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

  /art/runtime/jit/
jit.cc 380 const uint8_t* native_pc,
426 const uint8_t* native_pc = nullptr; local
503 native_pc = stack_map.GetNativePcOffset(encoding.stack_map_encoding) +
508 << std::hex << reinterpret_cast<uintptr_t>(native_pc);
516 native_pc,
  /art/compiler/optimizing/
code_generator.cc 741 uint32_t native_pc = GetAssembler()->CodeSize(); local
746 stack_map_stream_.BeginStackMapEntry(outer_dex_pc, native_pc, 0, 0, 0, 0);
764 native_pc,
783 dex_pc, native_pc, register_mask, locations->GetStackMask(), outer_environment_size, 0);
843 uint32_t native_pc = GetAddressOf(block); local
    [all...]

Completed in 1251 milliseconds