Home
last modified time | relevance | path

Searched refs:AddProcessedNestedLiteralArrayId (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/abc2program/common/
Dabc2program_entity_container.h53 void AddProcessedNestedLiteralArrayId(uint32_t nested_literal_array_id);
Dabc2program_entity_container.cpp123 void Abc2ProgramEntityContainer::AddProcessedNestedLiteralArrayId(uint32_t nested_literal_array_id) in AddProcessedNestedLiteralArrayId() function in panda::abc2program::Abc2ProgramEntityContainer
/arkcompiler/runtime_core/abc2program/
Dabc_class_processor.cpp142 entity_container_.AddProcessedNestedLiteralArrayId(*id); in FillNestedLiteralArrays()