Home
last modified time | relevance | path

Searched refs:SetProfileTypeInfoCellToFunction (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.h85 void SetProfileTypeInfoCellToFunction(GateRef jsFunc, GateRef definedFunc, GateRef slotId);
Dnew_object_stub_builder.cpp1134 SetProfileTypeInfoCellToFunction(jsFunc, result->ReadVariable(), slotId); in NewJSFunction()
1143 void NewObjectStubBuilder::SetProfileTypeInfoCellToFunction(GateRef jsFunc, GateRef definedFunc, Ga… in SetProfileTypeInfoCellToFunction() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h255 …static inline void SetProfileTypeInfoCellToFunction(JSThread *thread, const JSHandle<JSFunction> &…
Druntime_stubs.cpp1552 SetProfileTypeInfoCellToFunction(thread, jsFuncHandle, resHandle, slotId); in DEF_RUNTIME_STUBS()
2545 SetProfileTypeInfoCellToFunction(thread, jsFuncHandle, resHandle, slotId); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h966 void RuntimeStubs::SetProfileTypeInfoCellToFunction(JSThread *thread, const JSHandle<JSFunction> &j… in SetProfileTypeInfoCellToFunction() function