Searched refs:code_ptr (Results 1 – 7 of 7) sorted by relevance
490 static uint8_t* GetRootTable(const void* code_ptr, uint32_t* number_of_roots = nullptr) { in GetRootTable() argument491 OatQuickMethodHeader* method_header = OatQuickMethodHeader::FromCodePointer(code_ptr); in GetRootTable()573 void JitCodeCache::FreeCode(const void* code_ptr) { in FreeCode() argument574 uintptr_t allocation = FromCodeToAllocation(code_ptr); in FreeCode()578 RemoveNativeDebugInfoForJit(code_ptr); in FreeCode()579 if (OatQuickMethodHeader::FromCodePointer(code_ptr)->IsOptimized()) { in FreeCode()580 FreeData(GetRootTable(code_ptr)); in FreeCode()749 uint8_t* code_ptr = nullptr; in CommitCodeInternal() local761 code_ptr = memory + header_size; in CommitCodeInternal()763 std::copy(code, code + code_size, code_ptr); in CommitCodeInternal()[all …]
321 void FreeCode(const void* code_ptr) REQUIRES(lock_);
103 const void* code_ptr = reinterpret_cast<const uint8_t*>(unaligned_code_ptr) + padding; in SetUp() local104 CHECK_EQ(code_ptr, in SetUp()116 method_f_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()121 method_g_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
93 const void* code_ptr = reinterpret_cast<const uint8_t*>(unaligned_code_ptr) + padding; in MakeExecutable() local94 CHECK_EQ(code_ptr, static_cast<const void*>(chunk->data() + (chunk->size() - code_size))); in MakeExecutable()95 MakeExecutable(code_ptr, code.size()); in MakeExecutable()96 const void* method_code = CompiledMethod::CodePointer(code_ptr, in MakeExecutable()
44 static OatQuickMethodHeader* FromCodePointer(const void* code_ptr) { in FromCodePointer() argument45 uintptr_t code = reinterpret_cast<uintptr_t>(code_ptr); in FromCodePointer()
1568 const void* code_ptr = in StartClass() local1570 if (code_ptr == nullptr) { in StartClass()1574 code_ptr, pointer_size_); in StartClass()1658 const void* code_ptr = in Postprocess() local1660 if (code_ptr != nullptr) { in Postprocess()1661 method->SetEntryPointFromQuickCompiledCodePtrSize(code_ptr, pointer_size_); in Postprocess()
1009 const uint16_t* code_ptr = instructions.Insns(); in WalkCodeItem() local1010 if (dex_code_item_ptrs_.insert(code_ptr).second) { in WalkCodeItem()1011 dex_code_bytes_ += instructions.InsnsSizeInCodeUnits() * sizeof(code_ptr[0]); in WalkCodeItem()