/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub-inl.h | 92 return Int8And(Load(VariableType::INT8(), pc, IntPtr(1)), Int8(0xf)); in ReadInst4_0() 99 Int8LSR(Load(VariableType::INT8(), pc, IntPtr(1)), Int8(4)), Int8(0xf)); // 4: read 4 byte of bytecode in ReadInst4_1() 105 return Int8And(Load(VariableType::INT8(), pc, IntPtr(2)), Int8(0xf)); in ReadInst4_2() 112 Int8LSR(Load(VariableType::INT8(), pc, IntPtr(2)), Int8(4)), Int8(0xf)); // 4 : read 4 byte of bytecode in ReadInst4_3()
|
H A D | profiler_stub_builder.cpp | 1126 GateRef jmpImm8 = Int8(static_cast<uint8_t>(EcmaOpcode::JMP_IMM8)); in TryJitCompile() 1127 GateRef jmpImm16 = Int8(static_cast<uint8_t>(EcmaOpcode::JMP_IMM16)); in TryJitCompile() 1128 GateRef jmpImm32 = Int8(static_cast<uint8_t>(EcmaOpcode::JMP_IMM32)); in TryJitCompile()
|
H A D | circuit_builder.cpp | 366 GateRef CircuitBuilder::Int8(int8_t val) in Int8() function in panda::ecmascript::kungfu::CircuitBuilder
|
H A D | stub_builder-inl.h | 56 inline GateRef StubBuilder::Int8(int8_t value) in Int8() function in panda::ecmascript::kungfu::StubBuilder 58 return env_->GetBuilder()->Int8(value); in Int8()
|
H A D | interpreter_stub.cpp | 144 Int8Equal(interruptsFlag, Int8(VmThreadControl::VM_NEED_SUSPENSION))), \
5366 BRANCH(Int8Equal(isEntryFrameDropped, Int8(JSThread::FrameDroppedState::StatePending)),
in DECLARE_ASM_HANDLER() 5372 Int8(JSThread::FrameDroppedState::StateFalse));
in DECLARE_ASM_HANDLER() 5403 BRANCH(Int8Equal(isEntryFrameDropped, Int8(JSThread::FrameDroppedState::StateTrue)),
in DECLARE_ASM_HANDLER()
|
H A D | circuit_builder.h | 228 GateRef Int8(int8_t val);
|
H A D | stub_builder.h | 104 GateRef Int8(int8_t value);
|
H A D | slowpath_lowering.cpp | 3625 builder_.Branch(builder_.Int8Equal(interruptsFlag, builder_.Int8(VmThreadControl::VM_NEED_SUSPENSION)), in LowerCheckSafePointAndStackOver()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_typedarray_stub_builder.h | 25 V(INT8, Int8, 0) \
|
H A D | builtins_number_stub_builder.cpp | 473 Store(VariableType::INT8(), glue_, dst, IntPtr(0), Int8(45)); // 45: means '-'
in NumberToString()
|
H A D | builtins_typedarray_stub_builder.cpp | 3234 SetContentType(glue, *res, Int8(static_cast<uint8_t>(ContentType::BigInt)));
in AllocateTypedArray() 3236 SetContentType(glue, *res, Int8(static_cast<uint8_t>(ContentType::Number)));
in AllocateTypedArray() 3297 SetContentType(glue, typedArray, Int8(static_cast<uint8_t>(ContentType::BigInt)));
in AllocateTypedArrayBuffer() 3299 SetContentType(glue, typedArray, Int8(static_cast<uint8_t>(ContentType::Number)));
in AllocateTypedArrayBuffer()
|
H A D | builtins_string_stub_builder.cpp | 2248 GateRef needLower = BitAnd(Int8GreaterThanOrEqual(i, Int8(65)),
in ToLowerCase() 2249 Int8GreaterThanOrEqual(Int8(90), i));
in ToLowerCase() 2252 GateRef j = Int8Xor(i, Int8(1 << 5));
in ToLowerCase()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 62 Int8Equal(interruptsFlag, Int8(VmThreadControl::VM_NEED_SUSPENSION))), \ 5899 Int8Equal(interruptsFlag, Int8(VmThreadControl::VM_NEED_SUSPENSION))), in GenerateCircuit()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 24851 t[t.Int8 = 3] = "Int8"; 24947 case C_.Int8: [all...] |