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

  /art/compiler/
oat_writer.cc 141 static const std::vector<uint8_t>* GetData(const CompiledMethod* compiled_method) ALWAYS_INLINE {
142 return &compiled_method->GetGcMap();
160 static const std::vector<uint8_t>* GetData(const CompiledMethod* compiled_method) ALWAYS_INLINE {
161 return &compiled_method->GetMappingTable();
182 static const std::vector<uint8_t>* GetData(const CompiledMethod* compiled_method) ALWAYS_INLINE {
183 return &compiled_method->GetVmapTable();
294 CompiledMethod* compiled_method = local
296 compiled_methods_.push_back(compiled_method);
297 if (compiled_method != nullptr) {
336 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index) local
534 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); local
573 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); local
653 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); local
1189 CompiledMethod* compiled_method = compiled_methods_[i]; local
    [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 std::vector<uint8_t>* quick_code = compiled_method->GetQuickCode();
76 const std::vector<uint8_t>* portable_code = compiled_method->GetPortableCode();
common_compiler_test.cc 25 #include "compiled_method.h"
166 const CompiledMethod* compiled_method = nullptr; local
170 compiled_method =
174 if (compiled_method != nullptr) {
175 const std::vector<uint8_t>* code = compiled_method->GetQuickCode();
180 const std::vector<uint8_t>& vmap_table = compiled_method->GetVmapTable();
183 const std::vector<uint8_t>& mapping_table = compiled_method->GetMappingTable();
187 compiled_method->GetFrameSizeInBytes(),
188 compiled_method->GetCoreSpillMask(),
189 compiled_method->GetFpSpillMask(), code_size)
    [all...]
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);
compiled_method.cc 17 #include "compiled_method.h"
Android.mk 22 compiled_method.cc \
image_writer.cc 27 #include "compiled_method.h"
    [all...]
  /dalvik/hit/src/com/android/hit/
StackFrame.java 22 public static final int COMPILED_METHOD = -2;
46 case COMPILED_METHOD: return "Compiled method";
  /art/compiler/sea_ir/
frontend.cc 57 CompiledMethod* compiled_method = local
61 return compiled_method;
  /art/compiler/llvm/
compiler_llvm.cc 22 #include "compiled_method.h"
llvm_compilation_unit.cc 79 #include "compiled_method.h"
  /art/compiler/dex/portable/
mir_to_gbc.h 27 #include "compiled_method.h"
  /art/compiler/driver/
compiler_driver.cc 2004 CompiledMethod* compiled_method = nullptr; local
    [all...]
compiler_driver.h 27 #include "compiled_method.h"
    [all...]
  /art/compiler/jni/portable/
jni_compiler.cc 21 #include "compiled_method.h"
  /art/compiler/jni/quick/
jni_compiler.cc 26 #include "compiled_method.h"
  /art/compiler/dex/quick/
mir_to_lir.h 21 #include "compiled_method.h"
    [all...]

Completed in 651 milliseconds