Home
last modified time | relevance | path

Searched refs:CompileMethod (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dcompiler_thread_pool.cpp107 compiler->CompileMethod(method, i, false, TaggedValue::Hole()); in CompileMethods()
118 compiler->CompileMethod(method, i, false, TaggedValue::Hole()); in CompileMethods()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h80 void CompileMethod(const Callback &cb, in CompileMethod() function
124CompileMethod(cb, index, methodName, methodLiteral, compilingMethod, methodPcInfo, methodInfo); in Run()
128CompileMethod(cb, index, methodName, methodLiteral, compilingMethod, methodPcInfo, methodInfo); in Run()
391 void CompileMethod(JSHandle<JSFunction> &jsFunction, const Callback &cb) in CompileMethod() function
Dpass_manager.cpp54 cmpDriver_->CompileMethod(jsFunction, [this, &fileName] (const CString recordName, in Compile()
/arkcompiler/runtime_core/static_core/runtime/include/
Dcompiler_interface.h212 …virtual bool CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, coretypes::TaggedVa…
Dmethod-inl.h505 return runtime->GetPandaVM()->GetCompiler()->CompileMethod(this, bytecodeOffset, osr, in DecrementHotnessCounter()
511 return runtime->GetPandaVM()->GetCompiler()->CompileMethod(this, bytecodeOffset, osr, in DecrementHotnessCounter()
/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
948 compiler->CompileMethod(method, 0, false, TaggedValue::Hole()); in CompileMethodImpl()
Dcompiler.h683 … bool CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) override;