Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dmethod_handle_data_accessor.h60 MethodHandleType type_; variable
Dfile_item_container.h309 IndexType type_; variable
Dfile_items.h507 TypeItem *type_; variable
1333 BaseClassItem *type_; variable
/arkcompiler/toolchain/tooling/backend/
Djs_single_stepper.h63 Type type_; variable
/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.h75 IteratorType type_; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.h104 MemSpaceType type_; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.h25 : type_(type), hclassIndex_(hclassIndex), plr_(plr) {} in type_() function
Dts_inline_lowering.h105 uint32_t type_; variable
Dtype.h24 constexpr explicit GateType(uint32_t type = 0) : type_(type) in type_() function
Dcircuit_builder.h958 VariableType type_; variable
Dgate_meta_data.h705 PGOSampleType type_; variable
811 PGOSampleType type_; variable
Dbytecodes.h527 ConstDataIDType type_; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h200 ClassType type_; variable
Dpgo_profiler_info.h819 PGOSampleType type_; variable
/arkcompiler/runtime_core/assembler/
Dmeta.h65 Type type_; variable
336 std::optional<Value::Type> type_; variable
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h83 explicit GlobalTSTypeRef(uint32_t type = 0) : type_(type) {} in type_() function
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h301 AstNodeType type_; in AST_NODE_REINTERPRET_MAPPING() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.h74 RegisterType type_; variable
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h400 DataType::Type type_; variable
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h310 DateValueType type_; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dpandargs.h82 PandArgType type_; variable
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h37 StateType type_ = STATE_SPLIT; member