Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.h48 struct Entry { struct
59 std::vector<Entry, typename mem::AllocatorAdapter<Entry>> statsList_; argument
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dlocal_storage.h33 struct Entry { struct
34 union {
37 } data;
38 Finalizer finalizer = nullptr;
/arkcompiler/ets_runtime/ecmascript/
Djs_thread_hclass_entries.h41 struct Entry { struct
44 JSHClass *builtinHClass = nullptr;
47 JSHClass *instanceHClass = nullptr;
49 JSHClass *prototypeHClass = nullptr;
51 JSHClass *prototypeOfPrototypeHClass = nullptr;
53 JSHClass *extraHClass = nullptr;
Djs_thread_elements_hclass_entries.h24 struct Entry { struct
25 GlobalEnvField hclassIdx = GlobalEnvField::INVALID;
26 GlobalEnvField hclassWithProtoIdx = GlobalEnvField::INVALID;
/arkcompiler/ets_runtime/test/aottest/generic_instance_type_literal/
Dgeneric_instance_type_literal.ts16 class Entry <T> { class
/arkcompiler/ets_frontend/arkguard/test/grammar/obfuscation_validation/
Dnamespace_api_01.ts17 export enum Entry { enum
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h50 enum class ArkInternalValueType {None, Entry, Scope, ScopeList}; enumerator
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dcache.h54 struct Entry { struct
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_builder.h53 void Entry() in Entry() function
Dbit_table.h502 Entry() in Entry() function
507 Entry(std::initializer_list<uint32_t> data) in Entry() function
/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.h49 void Entry() in Entry() function
Dbit_table.h478 Entry() in Entry() function
483 Entry(std::initializer_list<uint32_t> data) in Entry() function
/arkcompiler/ets_frontend/ets2panda/util/
Darktsconfig.h159 const std::string &Entry() const in Entry() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_profile_type_pool.h43 explicit Entry(ProfileType type) : type_(type) {} in Entry() function
Dpgo_record_pool.h41 explicit Entry(CString name) : name_(std::move(name)) {} in Entry() function
/arkcompiler/runtime_core/libabckit/tests/stress/abckit_plugin/
Dstress.cpp69 extern "C" int Entry(AbckitFile *file) in Entry() function
/arkcompiler/runtime_core/static_core/runtime/tests/
Dfibers_test.cpp102 extern "C" void Entry(void *currentFiber) in Entry() function
/arkcompiler/ets_runtime/common_components/objects/string_table/
Dhashtriemap.h192 using Entry = HashTrieMapEntry; variable
/arkcompiler/runtime_core/libpandabase/tests/
Dbit_table_test.cpp368 using Entry = Builder::Entry; in TEST_F() typedef
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbit_table_test.cpp380 using Entry = Builder::Entry; in TEST_F() typedef
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h472 IrConstructor &Entry() in Entry() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h583 IrConstructor &Entry() in Entry() function