Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 17 of 17) 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/ets_runtime/ecmascript/
Djs_thread_hclass_entries.h39 struct Entry { struct
42 JSHClass *builtinHClass = nullptr;
45 JSHClass *instanceHClass = nullptr;
47 JSHClass *prototypeHClass = nullptr;
49 JSHClass *prototypeOfPrototypeHClass = nullptr;
51 JSHClass *extraHClass = nullptr;
/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/runtime_core/static_core/runtime/interpreter/
Dcache.h54 struct Entry { struct
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h50 enum class ArkInternalValueType {None, Entry, Scope, ScopeList}; enumerator
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_builder.h53 void Entry() in Entry() function
Dbit_table.h499 Entry() in Entry() function
504 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_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/static_core/runtime/tests/
Dfibers_test.cpp102 extern "C" void Entry(void *currentFiber) in Entry() function
/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.h582 IrConstructor &Entry() in Entry() function