Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h80 void CompileMethod(const Callback &cb, in CompileMethod() function
391 void CompileMethod(JSHandle<JSFunction> &jsFunction, const Callback &cb) in CompileMethod() function
/arkcompiler/runtime_core/static_core/runtime/
Dintrinsics.cpp264 uint8_t CompileMethod(coretypes::String *fullMethodName) in CompileMethod() function
Dcompiler.cpp790 bool Compiler::CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) in CompileMethod() function in panda::Compiler