Home
last modified time | relevance | path

Searched defs:CompiledMethod (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/lang/
Dvalidation.rb24 class CompiledMethod < OpenStruct class
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_irtoc_compiler.h31 class CompiledMethod; variable
Dllvm_aot_compiler.h34 class CompiledMethod; variable
/arkcompiler/runtime_core/static_core/compiler/aot/
Dcompiled_method.h34CompiledMethod(Arch arch, Method *method, size_t index) : arch_(arch), method_(method), index_(ind… in CompiledMethod() function