Searched refs:innerMethodOffset (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_info_collector.cpp | 308 uint32_t innerMethodOffset, in CollectInnerMethods() argument 312 CollectInnerMethods(methodId, innerMethodOffset, isConstructor); in CollectInnerMethods() 315 void BytecodeInfoCollector::CollectInnerMethods(uint32_t methodId, uint32_t innerMethodOffset, bool… in CollectInnerMethods() argument 323 methodInfo.AddInnerMethod(innerMethodOffset, isConstructor); in CollectInnerMethods() 328 methodList.at(methodId).AddInnerMethod(innerMethodOffset, isConstructor); in CollectInnerMethods() 331 auto innerMethodIter = methodList.find(innerMethodOffset); in CollectInnerMethods() 338 methodList.emplace(innerMethodOffset, innerInfo); in CollectInnerMethods()
|
D | bytecode_info_collector.h | 787 …void CollectInnerMethods(const MethodLiteral *method, uint32_t innerMethodOffset, bool isConstruct… 788 …void CollectInnerMethods(uint32_t methodId, uint32_t innerMethodOffset, bool isConstructor = false… 790 …void CollectInnerFuncType(const MethodLiteral *method, uint32_t innerMethodOffset, int32_t bcIndex…
|