Home
last modified time | relevance | path

Searched defs:stringFirst (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dcommon.h72 JSType stringFirst = 0; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1543 auto &stringFirst = insn.GetOperand(kInsnFifthOpnd); in EmitInsn() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.h80 GateRef stringFirst = Int32(static_cast<int32_t>(JSType::STRING_FIRST)); in TaggedObjectIsString() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_obj_emitter.cpp1770 ImmOperand &stringFirst = cgFunc.CreateImmOperand(stringFirstValue, k16BitSize, false); in EmitTaggedObjectIsString() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp800 …Expr stringFirst = GetExprFromGate(acc_.GetIn(gate, 4)); // 4: fifth parameter -> stringFirst… in HandleCheckObjectIsStringIntrinsic() local