Home
last modified time | relevance | path

Searched refs:CONST (Results 1 – 10 of 10) sorted by relevance

/art/test/003-omnibus-opcodes/src/
DInternedString.java20 public static final String CONST = "Class InternedString"; field in InternedString
43 WeakReference strRef = new WeakReference<String>(CONST.intern()); in testImmortalInternedString()
47 Main.assertTrue(CONST == CONST.intern()); in testImmortalInternedString()
51 String s = CONST; in testImmortalInternedString()
57 Main.assertTrue(strRef.get() == CONST); in testImmortalInternedString()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java40 CONST, enumConstant
DInstruction.java340 addOpcodeInfo(Opcode.CONST, "const", 0x14, new Format31i()); in addOpcodeInfo() argument
/art/tools/veridex/
Dflow_analysis.cc251 case Instruction::CONST: { in ProcessDexInstruction()
/art/compiler/dex/
Dinline_method_analyser.cc466 case Instruction::CONST: in AnalyseMethodCode()
/art/compiler/optimizing/
Dcodegen_test.cc230 Instruction::CONST | 0 << 8, input_lo, input_hi, \
Dinstruction_builder.cc1278 case Instruction::CONST: in HasTrivialClinit()
2417 case Instruction::CONST: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h42 V(0x14, CONST, "const", k31i, kIndexNone, kContinue, kRegBFieldOrConstant, kVerifyRegA) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h555 HANDLER_ATTRIBUTES bool CONST() { in CONST() function
/art/runtime/verifier/
Dmethod_verifier.cc2270 case Instruction::CONST: { in CodeFlowVerifyInstruction()