Home
last modified time | relevance | path

Searched refs:CreateCompiledMethod (Results 1 – 5 of 5) sorted by relevance

/art/compiler/driver/
Dcompiled_code_storage.h44 virtual CompiledMethod* CreateCompiledMethod(InstructionSet instruction_set,
/art/dex2oat/driver/
Dcompiled_method_storage.h73 CompiledMethod* CreateCompiledMethod(InstructionSet instruction_set,
Dcompiled_method_storage.cc256 CompiledMethod* CompiledMethodStorage::CreateCompiledMethod( in CreateCompiledMethod() function in art::CompiledMethodStorage
/art/compiler/
Dcommon_compiler_test.cc133 CompiledMethod* CreateCompiledMethod(InstructionSet instruction_set, in CreateCompiledMethod() function in art::CommonCompilerTestImpl::OneCompiledMethodStorage
/art/compiler/optimizing/
Doptimizing_compiler.cc730 CompiledMethod* compiled_method = storage->CreateCompiledMethod( in Emit()
1210 return GetCompiledCodeStorage()->CreateCompiledMethod( in JniCompile()