Searched refs:entities (Results 1 – 14 of 14) sorted by relevance
/arkcompiler/runtime_core/assembler/ |
D | assembly-emitter.h | 75 AsmEntityCollections &entities); 77 AsmEmitter::AsmEntityCollections &entities); 79 AsmEntityCollections &entities); 81 panda_file::ItemContainer *items, const Program &program, AsmEntityCollections &entities, 89 …nda_file::ItemContainer *items, const Program &program, AsmEmitter::AsmEntityCollections &entities, 93 panda_file::ItemContainer *items, const Program &program, AsmEntityCollections &entities, 97 panda_file::ItemContainer *items, const Program &program, AsmEntityCollections &entities, 114 …bool CreateMethodItem(panda_file::ItemContainer *items, AsmEmitter::AsmEntityCollections &entities, 120 panda_file::ItemContainer *items, const Program &program, AsmEntityCollections &entities, 124 const AsmEntityCollections &entities); [all …]
|
D | assembly-emitter.cpp | 150 const AsmEmitter::AsmEntityCollections &entities) in CreateLiteralItem() argument 200 …auto method_item = static_cast<panda::panda_file::MethodItem *>(Find(entities.method_items, name)); in CreateLiteralItem() 206 auto lit_item = Find(entities.literalarray_items, key); in CreateLiteralItem() 318 const AsmEmitter::AsmEntityCollections &entities) in CreateScalarAnnotationValueItem() argument 321 auto *annotation_item = CreateAnnotationItem(container, annotation, program, entities); in CreateScalarAnnotationValueItem() 337 const AsmEmitter::AsmEntityCollections &entities) in CreateScalarValueItem() argument 366 return CreateScalarRecordValueItem(container, value, out, entities.class_items); in CreateScalarValueItem() 369 … return CreateScalarMethodValueItem(container, value, out, program, entities.method_items); in CreateScalarValueItem() 372 return CreateScalarEnumValueItem(container, value, out, entities.field_items); in CreateScalarValueItem() 375 return CreateScalarAnnotationValueItem(container, value, out, program, entities); in CreateScalarValueItem() [all …]
|
/arkcompiler/runtime_core/docs/ |
D | design-of-interpreter.md | 73 1. All entities in the executable file should be encoded and stored compactly to avoid bloating 84 1. All metadata entities are split into two groups: local (declared in the current executable file) 85 and foreign (declared elsewhere). Local entities can be accessed directly by the offset 87 more efficient data reads from the Panda binary file. Foreign entities are loaded from their
|
D | irtoc.md | 117 Sometimes there will be need to specify target register for the input parameter or other entities w…
|
D | file_format.md | 39 Local entities has the same header as the corresponding foreign. So 44 Depending on the result runtime can search the entity in other files (for foreign entities) 45 or create a runtime object from the definition by the offset (for local entities).
|
D | assembly_format.md | 311 …les are named `v0`, ... `vM`. Panda assembler guarantees that all these entities are unambiguously…
|
D | doxygen.config | 430 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in 954 # generated. Documented entities will be cross-referenced with these sources. 982 # all documented entities called/used by that function will be listed.
|
/arkcompiler/runtime_core/libpandabase/ |
D | README.md | 23 pandargs API consists of two major entities: template class `PandArg`, which represents an argument…
|
/arkcompiler/toolchain/ |
D | LICENSE | 17 other entities that control, are controlled by, or are under common
|
/arkcompiler/ets_runtime/ |
D | LICENSE | 17 other entities that control, are controlled by, or are under common
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | LICENSE.txt | 15 "Legal Entity" shall mean the union of the acting entity and all other entities that control, are c…
|
/arkcompiler/ets_frontend/arkguard/ |
D | LICENSE | 17 other entities that control, are controlled by, or are under common
|
/arkcompiler/runtime_core/ |
D | LICENSE | 17 other entities that control, are controlled by, or are under common
|
/arkcompiler/ets_frontend/ |
D | LICENSE | 17 other entities that control, are controlled by, or are under common
|