Home
last modified time | relevance | path

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

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