Home
last modified time | relevance | path

Searched refs:typeVal (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dvtable.cpp29 JSTaggedValue typeVal; in CreateTuple() local
32 typeVal = JSTaggedValue(VTable::TypeKind::ACCESSOR); in CreateTuple()
34 typeVal = JSTaggedValue(VTable::TypeKind::FUNCTION); in CreateTuple()
36 JSHandle<JSTaggedValue> type(thread, typeVal); in CreateTuple()
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Dcode_info_producer.cpp190 auto typeVal = record.getLocation(methodIdIndex + INLINE_VREGS + idx + VREG_TYPE).getSmallConstant();
191 auto vregType = static_cast<compiler::VRegInfo::Type>(typeVal);
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp3223 auto typeVal = ctor->builder_.getInt32(typeId); in VisitLoadString() local
3230 auto call = ctor->builder_.CreateCall(builtin, {typeVal, slotVal}, ctor->CreateSaveStateBundle(inst)); in VisitLoadString()

Completed in 12 milliseconds