Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for checkcast (0.24 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/manage/schema/extract/ManagedProxyClassGenerator.java

    import static org.objectweb.asm.Opcodes.ALOAD;
    import static org.objectweb.asm.Opcodes.ARETURN;
    import static org.objectweb.asm.Opcodes.ASTORE;
    import static org.objectweb.asm.Opcodes.ATHROW;
    import static org.objectweb.asm.Opcodes.CHECKCAST;
    import static org.objectweb.asm.Opcodes.DCONST_0;
    import static org.objectweb.asm.Opcodes.DUP;
    import static org.objectweb.asm.Opcodes.FCONST_0;
    import static org.objectweb.asm.Opcodes.GETFIELD;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 55.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/manual.css

    }
    
    ul.unstyled,
    ol.unnumbered,
    ul.checklist,
    ul.none {
    	list-style-type: none;
    }
    
    ul.unstyled,
    ol.unnumbered,
    ul.checklist {
    	margin-left: 0.625em;
    }
    
    ul.checklist li>p:first-child>.fa-square-o:first-child,
    ul.checklist li>p:first-child>.fa-check-square-o:first-child {
    	width: 1em;
    	font-size: 0.85em;
    }
    
    ul.checklist li>p:first-child>input[type="checkbox"]:first-child {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  3. src/cmd/link/internal/loader/loader.go

    		// referenced by name. Also no need to do overwriting
    		// check, as same hash indicates same content.
    		var checkHash func() (symAndSize, bool)
    		var addToHashMap func(symAndSize)
    		var h64 uint64        // only used for hashed64Def
    		var h *goobj.HashType // only used for hashedDef
    		if kind == hashed64Def {
    			checkHash = func() (symAndSize, bool) {
    				h64 = r.Hash64(li - uint32(r.ndef))
    				s, existed := st.hashed64Syms[h64]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  4. src/runtime/asm_amd64.s

    DATA masks<>+0xe8(SB)/8, $0x0000ffffffffffff
    DATA masks<>+0xf0(SB)/8, $0xffffffffffffffff
    DATA masks<>+0xf8(SB)/8, $0x00ffffffffffffff
    GLOBL masks<>(SB),RODATA,$256
    
    // func checkASM() bool
    TEXT ยทcheckASM(SB),NOSPLIT,$0-1
    	// check that masks<>(SB) and shifts<>(SB) are aligned to 16-byte
    	MOVQ	$masks<>(SB), AX
    	MOVQ	$shifts<>(SB), BX
    	ORQ	BX, AX
    	TESTQ	$15, AX
    	SETEQ	ret+0(FP)
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
Back to top