Home
last modified time | relevance | path

Searched defs:CompileMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h50 void CompileMethod(const Callback &cb, in CompileMethod() function
152 bool CompileMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, in CompileMethod() function
/arkcompiler/runtime_core/static_core/runtime/
Dintrinsics.cpp266 uint8_t CompileMethod(coretypes::String *fullMethodName) in CompileMethod() function
Dcompiler.cpp909 bool Compiler::CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) in CompileMethod() function in ark::Compiler