OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOatCodeFor
(Results
1 - 6
of
6
) sorted by null
/art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc
400
code = linker->
GetOatCodeFor
(called);
407
code = linker->
GetOatCodeFor
(called);
414
code = linker->
GetOatCodeFor
(called);
/art/runtime/
instrumentation.cc
65
new_code = class_linker->
GetOatCodeFor
(method);
87
new_code = class_linker->
GetOatCodeFor
(method);
401
return runtime->GetClassLinker()->
GetOatCodeFor
(method);
class_linker.h
331
const void*
GetOatCodeFor
(const mirror::ArtMethod* method)
335
const void*
GetOatCodeFor
(const DexFile& dex_file, uint16_t class_def_idx, uint32_t method_idx)
class_linker.cc
[
all
...]
/art/compiler/
image_writer.cc
680
uint32_t code = reinterpret_cast<uint32_t>(class_linker->
GetOatCodeFor
(target));
701
const void* oat_code = class_linker->
GetOatCodeFor
(patch->GetDexFile(),
/art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc
549
code = linker->
GetOatCodeFor
(called);
Completed in 46 milliseconds