Searched refs:CollectInnerMethods (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_info_collector.cpp | 307 void BytecodeInfoCollector::CollectInnerMethods(const MethodLiteral *method, in CollectInnerMethods() function in panda::ecmascript::kungfu::BytecodeInfoCollector 312 CollectInnerMethods(methodId, innerMethodOffset, isConstructor); in CollectInnerMethods() 315 void BytecodeInfoCollector::CollectInnerMethods(uint32_t methodId, uint32_t innerMethodOffset, bool… in CollectInnerMethods() function in panda::ecmascript::kungfu::BytecodeInfoCollector 360 CollectInnerMethods(method, methodOffset); in CollectInnerMethodsFromLiteral() 386 CollectInnerMethods(method, methodOffset); in CollectInnerMethodsFromNewLiteral() 403 CollectInnerMethods(method, methodId); in CollectMethodInfoFromBC() 411 CollectInnerMethods(method, methodId); in CollectMethodInfoFromBC() 421 CollectInnerMethods(method, methodId, true); in CollectMethodInfoFromBC() 434 CollectInnerMethods(method, methodId, true); in CollectMethodInfoFromBC()
|
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…
|