HomeSort by relevance Sort by last modified time
    Searched refs:QUICK_ENTRY_POINT (Results 1 - 6 of 6) sorted by null

  /art/compiler/optimizing/
code_generator_mips.cc 145 #define QUICK_ENTRY_POINT(x) QUICK_ENTRYPOINT_OFFSET(kMipsWordSize, x).Int32Value()
168 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds),
195 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero),
231 int32_t entry_point_offset = do_clinit_ ? QUICK_ENTRY_POINT(pInitializeStaticStorage)
232 : QUICK_ENTRY_POINT(pInitializeType);
289 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString),
321 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer),
346 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend),
403 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial),
415 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast)
    [all...]
code_generator_mips64.cc 106 #define QUICK_ENTRY_POINT(x) QUICK_ENTRYPOINT_OFFSET(kMips64DoublewordSize, x).Int32Value()
129 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds),
155 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero),
189 int32_t entry_point_offset = do_clinit_ ? QUICK_ENTRY_POINT(pInitializeStaticStorage)
190 : QUICK_ENTRY_POINT(pInitializeType);
244 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString),
275 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer),
299 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend),
355 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial),
366 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), instruction_, dex_pc, this)
    [all...]
code_generator_arm64.cc 136 #define QUICK_ENTRY_POINT(x) QUICK_ENTRYPOINT_OFFSET(kArm64WordSize, x).Int32Value()
240 QUICK_ENTRY_POINT(pThrowArrayBounds), instruction_, instruction_->GetDexPc(), this);
264 QUICK_ENTRY_POINT(pThrowDivZero), instruction_, instruction_->GetDexPc(), this);
295 int32_t entry_point_offset = do_clinit_ ? QUICK_ENTRY_POINT(pInitializeStaticStorage)
296 : QUICK_ENTRY_POINT(pInitializeType);
351 QUICK_ENTRY_POINT(pResolveString), instruction_, instruction_->GetDexPc(), this);
378 QUICK_ENTRY_POINT(pThrowNullPointer), instruction_, instruction_->GetDexPc(), this);
400 QUICK_ENTRY_POINT(pTestSuspend), instruction_, instruction_->GetDexPc(), this);
461 QUICK_ENTRY_POINT(pInstanceofNonTrivial), instruction_, dex_pc, this);
469 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), instruction_, dex_pc, this)
    [all...]
code_generator_arm.cc 63 #define QUICK_ENTRY_POINT(x) QUICK_ENTRYPOINT_OFFSET(kArmWordSize, x).Int32Value()
77 QUICK_ENTRY_POINT(pThrowNullPointer), instruction_, instruction_->GetDexPc(), this);
101 QUICK_ENTRY_POINT(pThrowDivZero), instruction_, instruction_->GetDexPc(), this);
123 QUICK_ENTRY_POINT(pTestSuspend), instruction_, instruction_->GetDexPc(), this);
179 QUICK_ENTRY_POINT(pThrowArrayBounds), instruction_, instruction_->GetDexPc(), this);
211 ? QUICK_ENTRY_POINT(pInitializeStaticStorage)
212 : QUICK_ENTRY_POINT(pInitializeType);
265 QUICK_ENTRY_POINT(pResolveString), instruction_, instruction_->GetDexPc(), this);
310 arm_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial),
319 arm_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast)
    [all...]
code_generator_x86.cc 51 #define QUICK_ENTRY_POINT(x) QUICK_ENTRYPOINT_OFFSET(kX86WordSize, x).Int32Value()
64 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer),
90 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero),
150 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds),
174 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend),
220 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString),
255 x86_codegen->InvokeRuntime(do_clinit_ ? QUICK_ENTRY_POINT(pInitializeStaticStorage)
256 : QUICK_ENTRY_POINT(pInitializeType),
325 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial),
333 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast)
    [all...]
code_generator_x86_64.cc 55 #define QUICK_ENTRY_POINT(x) QUICK_ENTRYPOINT_OFFSET(kX86_64WordSize, x).Int32Value()
68 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer),
94 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero),
152 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend),
206 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds),
241 QUICK_ENTRY_POINT(pInitializeStaticStorage) :
242 QUICK_ENTRY_POINT(pInitializeType),
297 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString),
345 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial),
353 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast)
    [all...]

Completed in 147 milliseconds