HomeSort by relevance Sort by last modified time
    Searched defs:entry_point_offset (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
code_generator_arm64.cc 295 int32_t entry_point_offset = do_clinit_ ? QUICK_ENTRY_POINT(pInitializeStaticStorage) variable
297 arm64_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this);
    [all...]
code_generator_mips.cc 231 int32_t entry_point_offset = do_clinit_ ? QUICK_ENTRY_POINT(pInitializeStaticStorage) variable
236 mips_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this, direct);
    [all...]
code_generator_mips64.cc 189 int32_t entry_point_offset = do_clinit_ ? QUICK_ENTRY_POINT(pInitializeStaticStorage) variable
191 mips64_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this);
    [all...]
code_generator_arm.cc 210 int32_t entry_point_offset = do_clinit_ variable
213 arm_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this);
    [all...]

Completed in 270 milliseconds