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.cpp385 void BytecodeInfoCollector::CollectInnerMethods(const MethodLiteral *method, in CollectInnerMethods() function in panda::ecmascript::kungfu::BytecodeInfoCollector
390 CollectInnerMethods(methodId, innerMethodOffset, isConstructor); in CollectInnerMethods()
393 void BytecodeInfoCollector::CollectInnerMethods(uint32_t methodId, uint32_t innerMethodOffset, bool… in CollectInnerMethods() function in panda::ecmascript::kungfu::BytecodeInfoCollector
438 CollectInnerMethods(method, methodOffset); in CollectInnerMethodsFromLiteral()
464 CollectInnerMethods(method, methodOffset); in CollectInnerMethodsFromNewLiteral()
481 CollectInnerMethods(method, methodId); in CollectMethodInfoFromBC()
489 CollectInnerMethods(method, methodId); in CollectMethodInfoFromBC()
499 CollectInnerMethods(method, methodId, true); in CollectMethodInfoFromBC()
512 CollectInnerMethods(method, methodId, true); in CollectMethodInfoFromBC()
Dbytecode_info_collector.h772 …void CollectInnerMethods(const MethodLiteral *method, uint32_t innerMethodOffset, bool isConstruct…
773 …void CollectInnerMethods(uint32_t methodId, uint32_t innerMethodOffset, bool isConstructor = false…