Home
last modified time | relevance | path

Searched refs:Int16 (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h158 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_0()
169 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_1()
181 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_2()
193 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_3()
205 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_4()
217 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_5()
229 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_6()
241 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_7()
H A Dprofiler_stub_builder.cpp798 hight = Int16LSL(ZExtInt8ToInt16(hight), Int16(8)); // 8 : set as high 8 bits in GetSlotID()
1109 GateRef newJitHotnessCnt = Int16Add(jitHotnessCnt, Int16(1)); in TryJitCompile()
1116 GateRef newJitHotnessCnt = Int16Add(jitHotnessCnt, Int16(1)); in TryJitCompile()
1149 Store(VariableType::INT16(), glue, profileTypeInfo, osrHotnessCntOffset, Int16(0)); in TryJitCompile()
1158 GateRef newOsrHotnessCnt = Int16Add(osrHotnessCnt, Int16(1)); in TryJitCompile()
H A Dmcr_circuit_builder.h538 inList.push_back(Int16(static_cast<int16_t>(id))); in TypedCallBuiltin()
H A Dcircuit_builder.cpp371 GateRef CircuitBuilder::Int16(int16_t val) in Int16() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dinterpreter_stub.cpp292 Branch(Equal(deOptField, Int16(MachineCode::OSR_DEOPT_FLAG)), &clearMachineCode, &executeBCByAOT); \
310 GateRef newExecCnt = Int16Add(execCnt, Int16(1)); \
4605 GateRef firstArgOffset = Int16(1); in DECLARE_ASM_HANDLER()
4677 GateRef firstArgOffset = Int16(1); in DECLARE_ASM_HANDLER()
4750 GateRef firstArgOffset = Int16(1); in DECLARE_ASM_HANDLER()
H A Dstub_builder-inl.h61 inline GateRef StubBuilder::Int16(int16_t value) in Int16() function in panda::ecmascript::kungfu::StubBuilder
63 return env_->GetBuilder()->Int16(value); in Int16()
H A Dcircuit_builder.h229 GateRef Int16(int16_t val);
H A Dstub_builder.h105 GateRef Int16(int16_t value);
H A Dtyped_hcr_lowering.cpp3362 DEFVALUE(value, (&builder_), VariableType::INT16(), builder_.Int16(0)); in LowerStringFromSingleCharCode()
H A Dstub_builder.cpp10293 ProfilerStubBuilder(env_).SetJitHotnessCnt(glue, profileTypeInfo, Int16(0)); in TryToJitReuseCompiledFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.h28 V(INT16, Int16, 3) \
H A Dbuiltins_string_stub_builder.cpp29 DEFVARIABLE(value, VariableType::INT16(), Int16(0)); in FromCharCode()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp3625 GateRef firstArgOffset = Int16(1); in GenerateCircuit()
3939 GateRef firstArgOffset = Int16(1); in GenerateCircuit()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js24852 t[t.Int16 = 4] = "Int16";
24950 case C_.Int16:
[all...]

Completed in 110 milliseconds