OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPortableCode
(Results
1 - 9
of
9
) sorted by null
/art/compiler/
oat_test.cc
49
EXPECT_TRUE(oat_method.
GetPortableCode
() == NULL) << PrettyMethod(method) << " "
50
<< oat_method.
GetPortableCode
();
69
const void* portable_oat_code = oat_method.
GetPortableCode
();
76
const std::vector<uint8_t>* portable_code = compiled_method->
GetPortableCode
();
compiled_method.h
49
const std::vector<uint8_t>*
GetPortableCode
() const {
common_compiler_test.cc
206
code = compiled_method->
GetPortableCode
();
elf_writer_mclinker.cc
269
const std::vector<uint8_t>* code = compiled_code.
GetPortableCode
();
oat_writer.cc
342
const std::vector<uint8_t>* portable_code = compiled_method->
GetPortableCode
();
581
CHECK(compiled_method->
GetPortableCode
() == nullptr);
[
all
...]
/art/runtime/
oat_file.h
100
const void*
GetPortableCode
() const {
oat_file.cc
596
method->SetEntryPointFromPortableCompiledCode(
GetPortableCode
());
class_linker.cc
[
all
...]
/art/oatdump/
oatdump.cc
588
code = oat_method.
GetPortableCode
();
754
const void* portable_code = oat_method.
GetPortableCode
();
[
all
...]
Completed in 952 milliseconds