Searched refs:SetProfileTypeInfoCellToFunction (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.h | 85 void SetProfileTypeInfoCellToFunction(GateRef jsFunc, GateRef definedFunc, GateRef slotId);
|
| D | new_object_stub_builder.cpp | 1134 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/ |
| D | runtime_stubs.h | 255 …static inline void SetProfileTypeInfoCellToFunction(JSThread *thread, const JSHandle<JSFunction> &…
|
| D | runtime_stubs.cpp | 1552 SetProfileTypeInfoCellToFunction(thread, jsFuncHandle, resHandle, slotId); in DEF_RUNTIME_STUBS() 2545 SetProfileTypeInfoCellToFunction(thread, jsFuncHandle, resHandle, slotId); in DEF_RUNTIME_STUBS()
|
| D | runtime_stubs-inl.h | 966 void RuntimeStubs::SetProfileTypeInfoCellToFunction(JSThread *thread, const JSHandle<JSFunction> &j… in SetProfileTypeInfoCellToFunction() function
|