Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp380 void BytecodeInfoCollector::CollectInnerMethodsFromNewLiteral(const MethodLiteral *method, in CollectInnerMethodsFromNewLiteral() function in panda::ecmascript::kungfu::BytecodeInfoCollector
424 CollectInnerMethodsFromNewLiteral(method, literalId); in CollectMethodInfoFromBC()
437 CollectInnerMethodsFromNewLiteral(method, literalId); in CollectMethodInfoFromBC()
444 CollectInnerMethodsFromNewLiteral(method, literalId); in CollectMethodInfoFromBC()
456 CollectInnerMethodsFromNewLiteral(method, literalId); in CollectMethodInfoFromBC()
Dbytecode_info_collector.h792 …void CollectInnerMethodsFromNewLiteral(const MethodLiteral *method, panda_file::File::EntityId lit…