Home
last modified time | relevance | path

Searched refs:CollectInnerMethods (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp307 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()
Dbytecode_info_collector.h787 …void CollectInnerMethods(const MethodLiteral *method, uint32_t innerMethodOffset, bool isConstruct…
788 …void CollectInnerMethods(uint32_t methodId, uint32_t innerMethodOffset, bool isConstructor = false…