Searched defs:RET (Results 1 - 25 of 39) sorted by relevance

12

/external/v8/test/cctest/wasm/
H A Dtest-run-wasm-asmjs.cc26 #define RET(x) x, kExprReturn, 1 macro
H A Dtest-run-wasm.cc26 #define RET(x) x, kExprReturn, 1 macro
747 BUILD(r, RET(WASM_GET_LOCAL(0)));
755 BUILD(r, RET(WASM_GET_LOCAL(0)));
771 BUILD(r, RET(WASM_GET_LOCAL(0)));
1703 BUILD(r, B2(WASM_BRV(0, WASM_I8(9)), RET(WASM_GET_LOCAL(0))));
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DLabel.java86 * Indicates if this basic block ends with a RET instruction.
88 static final int RET = 256; field in class:Label
119 * @see #RET
471 * null it is added to the successor of the RET blocks found in the
483 // adds JSR to the successors of this block, if it is a RET block
484 if ((status & RET) != 0) {
H A DOpcodes.java308 int RET = 169; // visitVarInsn field in interface:Opcodes
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java902 branches.put (ip, new RET (opcode, iv));
1577 static final class RET extends Branch // [wide] ret class in class:InstrVisitor
1579 RET (final int opcode, final int varindex) method in class:InstrVisitor.RET
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h256 const uint16_t *RET) {
272 RegEncodingTable = RET;
244 InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, unsigned PC, const MCRegisterClass *C, unsigned NC, const MCPhysReg (*RURoots)[2], unsigned NRU, const MCPhysReg *DL, const unsigned *RUMS, const char *Strings, const char *ClassStrings, const uint16_t *SubIndices, unsigned NumIndices, const SubRegCoveredBits *SubIdxRanges, const uint16_t *RET) argument
/external/javassist/src/main/javassist/bytecode/
H A DOpcode.java222 int RET = 169; field in interface:Opcode
/external/pcre/dist/sljit/
H A DsljitNativeARM_64.c105 #define RET 0xd65f0000 macro
1238 FAIL_IF(push_inst(compiler, RET | RN(TMP_LR)));
1802 return push_inst(compiler, RET | RN(TMP_LR));
H A DsljitNativeX86_common.c263 #define RET() (*inst++ = (RET_near)) macro
/external/jarjar/lib/
H A Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h599 #define RET CHOICE(ret, ret, ret) macro
1320 #define RET ret macro
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/v8/src/arm64/
H A Dconstants-arm64.h613 RET = UnconditionalBranchToRegisterFixed | 0x005F0000 enumerator in enum:v8::internal::UnconditionalBranchToRegisterOp
/external/guice/lib/build/
H A Dasm-5.0.3.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class " package ...
H A Djarjar-1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/vixl/src/vixl/a64/
H A Dconstants-a64.h640 RET = UnconditionalBranchToRegisterFixed | 0x005F0000 enumerator in enum:vixl::UnconditionalBranchToRegisterOp
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/testng/lib-supplied/
H A Djarjar-issue-21.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/guice/extensions/persist/lib/
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...

Completed in 445 milliseconds

12