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

  /art/compiler/
oat_writer.cc 141 static const SwapVector<uint8_t>* GetData(const CompiledMethod* compiled_method) ALWAYS_INLINE {
142 return &compiled_method->GetGcMap();
163 static const SwapVector<uint8_t>* GetData(const CompiledMethod* compiled_method) ALWAYS_INLINE {
164 return &compiled_method->GetMappingTable();
185 static const SwapVector<uint8_t>* GetData(const CompiledMethod* compiled_method) ALWAYS_INLINE {
186 return &compiled_method->GetVmapTable();
297 CompiledMethod* compiled_method = local
299 compiled_methods_.push_back(compiled_method);
300 if (compiled_method != nullptr) {
339 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index) local
542 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); local
580 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); local
661 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); local
1198 CompiledMethod* compiled_method = compiled_methods_[i]; local
    [all...]
common_compiler_test.cc 25 #include "compiled_method.h"
156 const CompiledMethod* compiled_method = nullptr; local
160 compiled_method =
164 if (compiled_method != nullptr) {
165 const SwapVector<uint8_t>* code = compiled_method->GetQuickCode();
170 const SwapVector<uint8_t>& vmap_table = compiled_method->GetVmapTable();
173 const SwapVector<uint8_t>& mapping_table = compiled_method->GetMappingTable();
176 const SwapVector<uint8_t>& gc_map = compiled_method->GetGcMap();
180 compiled_method->GetFrameSizeInBytes(),
181 compiled_method->GetCoreSpillMask()
    [all...]
oat_test.cc 42 const CompiledMethod* compiled_method = local
46 if (compiled_method == NULL) {
57 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), compiled_method->GetFrameSizeInBytes());
58 EXPECT_EQ(oat_method.GetCoreSpillMask(), compiled_method->GetCoreSpillMask());
59 EXPECT_EQ(oat_method.GetFpSpillMask(), compiled_method->GetFpSpillMask());
62 const SwapVector<uint8_t>* quick_code = compiled_method->GetQuickCode();
76 const SwapVector<uint8_t>* portable_code = compiled_method->GetPortableCode();
elf_writer_mclinker.cc 248 const CompiledMethod* compiled_method = local
250 if (compiled_method != NULL) {
251 AddCompiledCodeInput(*compiled_method);
371 const CompiledMethod* compiled_method = local
373 if (compiled_method != NULL) {
374 uint32_t offset = FixupCompiledCodeOffset(*elf_file.get(), oatdata_address, *compiled_method);
Android.mk 22 compiled_method.cc \
  /art/compiler/sea_ir/
frontend.cc 57 CompiledMethod* compiled_method = local
61 return compiled_method;
  /art/compiler/driver/
compiler_driver.cc 2099 CompiledMethod* compiled_method = nullptr; local
    [all...]

Completed in 47 milliseconds