Searched refs:classConstructIndexes (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_info_collector.cpp | 76 std::vector<panda_file::File::EntityId> classConstructIndexes; in ProcessClasses() local 87 &methodIndexes, &classConstructIndexes] (panda_file::MethodDataAccessor &mda) { in ProcessClasses() 121 recordName, methodOffset, classConstructIndexes); in ProcessClasses() 135 for (auto index : classConstructIndexes) { in ProcessClasses() 235 uint32_t methodOffset, std::vector<panda_file::File::EntityId> &classConstructIndexes) in CollectMethodPcsFromBC() argument 249 …CollectMethodInfoFromBC(bcIns, method, classNameVec, bcIndex, classConstructIndexes, &fastCallFlag… in CollectMethodPcsFromBC() 392 std::vector<panda_file::File::EntityId> &classConstructIndexes, bool *canFastCall) in CollectMethodInfoFromBC() argument 417 classConstructIndexes.emplace_back(entityId); in CollectMethodInfoFromBC() 430 classConstructIndexes.emplace_back(entityId); in CollectMethodInfoFromBC()
|
D | bytecode_info_collector.h | 785 uint32_t methodOffset, std::vector<panda_file::File::EntityId> &classConstructIndexes); 795 std::vector<panda_file::File::EntityId> &classConstructIndexes,
|