Searched defs:argGlue (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 165 void RuntimeStubs::PrintHeapReginInfo(uintptr_t argGlue) in PrintHeapReginInfo() 421 void RuntimeStubs::DebugPrintInstruction([[maybe_unused]] uintptr_t argGlue, const uint8_t *pc) in DebugPrintInstruction() 433 void RuntimeStubs::ProfileCall(uintptr_t argGlue, uintptr_t func, uintptr_t target, int32_t pcOffse… in ProfileCall() 439 void RuntimeStubs::ProfileOpType(uintptr_t argGlue, uintptr_t func, int32_t offset, int32_t type) in ProfileOpType() 445 void RuntimeStubs::ProfileDefineClass(uintptr_t argGlue, uintptr_t func, int32_t offset, uintptr_t … in ProfileDefineClass() 452 uintptr_t argGlue, JSTaggedType func, int32_t offset, JSTaggedType newObj, int32_t traceId) in ProfileCreateObject() 458 void RuntimeStubs::ProfileObjLayout(uintptr_t argGlue, uintptr_t func, int32_t offset, uintptr_t ob… in ProfileObjLayout() 2098 JSTaggedType RuntimeStubs::CreateArrayFromList([[maybe_unused]] uintptr_t argGlue, int32_t argc, in CreateArrayFromList() 2111 int32_t RuntimeStubs::FindElementWithCache(uintptr_t argGlue, JSTaggedType hclass, in FindElementWithCache() 2127 JSTaggedType RuntimeStubs::GetActualArgvNoGC(uintptr_t argGlue) in GetActualArgvNoGC() [all …]
|