Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp179 void BytecodeInfoCollector::CollectInnerFuncType(const MethodLiteral *method, uint32_t innerMethodI… in CollectInnerFuncType() function in panda::ecmascript::kungfu::BytecodeInfoCollector
404 CollectInnerFuncType(method, methodId, bcIndex); in CollectMethodInfoFromBC()
Dbytecode_info_collector.h790 …void CollectInnerFuncType(const MethodLiteral *method, uint32_t innerMethodOffset, int32_t bcIndex…