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

  /art/runtime/
asm_support.h 194 art::ArtMethod::EntryPointFromQuickCompiledCodeOffset(4).Int32Value())
198 art::ArtMethod::EntryPointFromQuickCompiledCodeOffset(8).Int32Value())
art_method.h 297 EntryPointFromQuickCompiledCodeOffset(pointer_size), pointer_size);
306 SetEntryPoint(EntryPointFromQuickCompiledCodeOffset(pointer_size),
411 static MemberOffset EntryPointFromQuickCompiledCodeOffset(size_t pointer_size) {
  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 83 ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmPointerSize).Int32Value());
  /art/compiler/dex/quick/arm64/
call_arm64.cc 474 ArtMethod::EntryPointFromQuickCompiledCodeOffset(
550 ArtMethod::EntryPointFromQuickCompiledCodeOffset(
  /art/compiler/dex/quick/mips/
call_mips.cc 431 int32_t offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(
501 int32_t offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 232 Offset offset(ArtMethod::EntryPointFromQuickCompiledCodeOffset(
  /art/compiler/dex/quick/arm/
call_arm.cc 640 ArtMethod::EntryPointFromQuickCompiledCodeOffset(
718 ArtMethod::EntryPointFromQuickCompiledCodeOffset(
  /art/runtime/mirror/
object_test.cc 81 ArtMethod::EntryPointFromQuickCompiledCodeOffset(4).Int32Value());
83 ArtMethod::EntryPointFromQuickCompiledCodeOffset(8).Int32Value());
  /art/compiler/optimizing/
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc 377 __ call(Address(temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset(
389 __ call(Address(temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset(
    [all...]
  /art/compiler/dex/quick/
gen_invoke.cc 506 int32_t offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]

Completed in 360 milliseconds