Home
last modified time | relevance | path

Searched defs:IntType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DintType.h26 IntType() : Type(TypeFlag::INT) {} in IntType() function
27 explicit IntType(UType value) : Type(TypeFlag::INT | TypeFlag::CONSTANT), value_(value) {} in IntType() function
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.h110 using IntType = kungfu::LLVMStackMapType::IntType; variable
/arkcompiler/runtime_core/static_core/verification/util/
Dtagged_index.h351 using IntType = Int; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h221 static GateType IntType() in IntType() function
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_type.h69 using IntType = int32_t; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h141 static int32_t IntType() in IntType() function