Home
last modified time | relevance | path

Searched refs:SetCompiledCodeFlagToFunctionFromMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp726 SetCompiledCodeFlagToFunctionFromMethod(glue, func, method); in InitializeFunctionWithMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h928 void SetCompiledCodeFlagToFunctionFromMethod(GateRef glue, GateRef function, GateRef value);
Dstub_builder.cpp11743 void StubBuilder::SetCompiledCodeFlagToFunctionFromMethod(GateRef glue, GateRef function, GateRef m… in SetCompiledCodeFlagToFunctionFromMethod() function in panda::ecmascript::kungfu::StubBuilder