Home
last modified time | relevance | path

Searched refs:INT64 (Results 1 – 12 of 12) sorted by relevance

/ark/runtime_core/runtime/include/
Dstack_walker-inl.h54 … vreg.HasObject() ? VRegInfo::Type::OBJECT : VRegInfo::Type::INT64, false, i); in IterateRegsForIFrame()
60 …info(0, VRegInfo::Location::SLOT, acc.HasObject() ? VRegInfo::Type::OBJECT : VRegInfo::Type::INT64, in IterateRegsForIFrame()
Dcframe_iterators.h178 return VRegInfo::Type::INT64; in ConvertType()
182 return VRegInfo::Type::INT64; in ConvertType()
245 if (vreg_type == VRegInfo::Type::INT64 || vreg_type == VRegInfo::Type::FLOAT64) { in GetSlotsCountForType()
351 return VRegInfo::Type::INT64; in ConvertType()
355 return VRegInfo::Type::INT64; in ConvertType()
450 …return VRegInfo(gpr_start_slot_, VRegInfo::Location::SLOT, VRegInfo::Type::INT64, false, vreg_num_…
453 …return VRegInfo(stack_start_slot_, VRegInfo::Location::SLOT, VRegInfo::Type::INT64, false, vreg_nu…
/ark/runtime_core/runtime/
Dvreg_info.h30 …enum class Type : uint8_t { UNDEFINED, OBJECT, INT32, INT64, FLOAT32, FLOAT64, BOOL, COUNT = BOOL … enumerator
111 return GetType() == VRegInfo::Type::FLOAT64 || GetType() == VRegInfo::Type::INT64; in Has64BitValue()
156 case Type::INT64: in GetTypeString()
Dstack_walker.cpp438 case VRegInfo::Type::INT64: in Dump()
/ark/js_runtime/ecmascript/compiler/
Dmachine_type.h26 INT64, enumerator
Dcircuit_builder.cpp222 case StubMachineType::INT64: in GetStoreMachineTypeFromStubMachineType()
254 case StubMachineType::INT64: in GetLoadMachineTypeFromStubMachineType()
288 case StubMachineType::INT64: in GetMachineTypeFromStubMachineType()
389 case StubMachineType::INT64: in GetCallMachineTypeFromStubMachineType()
Dfast_stub.cpp118 DEFVARIABLE(intX, StubMachineType::INT64, GetInt64Constant(0)); in GenerateCircuit()
119 DEFVARIABLE(intY, StubMachineType::INT64, GetInt64Constant(0)); in GenerateCircuit()
120 DEFVARIABLE(valuePtr, StubMachineType::INT64, GetInt64Constant(0)); in GenerateCircuit()
1216 GateRef dummyValueC = Load(StubMachineType::INT64, globalValueC); in GenerateCircuit()
1217 GateRef dummyValueD = Load(StubMachineType::INT64, globalValueD); in GenerateCircuit()
1219 GateRef dummyValueC1 = Load(StubMachineType::INT64, globalValueC); in GenerateCircuit()
Dstub.cpp1070 DEFVARIABLE(resultRep, StubMachineType::INT64, in TaggedToRepresentation()
1110 type = StubMachineType::INT64; in Store()
2244 SetPrototypeToHClass(StubMachineType::INT64, glue, dstHClass, proto); in CopyAllHClass()
2247 …SetTransitionsToHClass(StubMachineType::INT64, glue, dstHClass, GetInt64Constant(JSTaggedValue::VA… in CopyAllHClass()
2248 SetProtoChangeDetailsToHClass(StubMachineType::INT64, glue, dstHClass, in CopyAllHClass()
2250 …SetEnumCacheToHClass(StubMachineType::INT64, glue, dstHClass, GetInt64Constant(JSTaggedValue::VALU… in CopyAllHClass()
2251 SetLayoutToHClass(StubMachineType::INT64, glue, dstHClass, GetLayoutFromHClass(srcHClass)); in CopyAllHClass()
Dcircuit_ir_specification.md43 …y primary types. All primary types are `NOVALUE` `I1` `I8` `I16` `INT32` `INT64` `F32` `F64`. Note…
79 * `ANYVALUE` means any one of `I1` `I8` `I16` `I32` `INT64` `F32` `F64` `ARCH`.
Dstub-inl.h402 type = StubMachineType::INT64; in Load()
424 type = StubMachineType::INT64; in Load()
1634 Store(StubMachineType::INT64, glue, elements, dataOffset, IntBuildTaggedWithNoGC(attr)); in UpdateValueAndAttributes()
Dstub_descriptor.cpp359 StubMachineType::INT64, in CALL_STUB_INIT_DESCRIPTOR()
360 StubMachineType::INT64, in CALL_STUB_INIT_DESCRIPTOR()
Dllvm_ir_builder.cpp1730 {StubMachineType::INT64, LLVMInt64Type()}, in ConvertLLVMTypeFromStubMachineType()