Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/irtoc/lang/
Dvalidation.rb24 class CompiledMethod < OpenStruct class
/arkcompiler/runtime_core/compiler/aot/
Dcompiled_method.h34 CompiledMethod(Arch arch, Method *method) : arch_(arch), method_(method) {} in CompiledMethod() function