Home
last modified time | relevance | path

Searched refs:STA_V8 (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_recorder.cpp95 if (bytecodes_->GetOpcode(pcOffsets_[bcIdx]) == EcmaOpcode::STA_V8) { in CollectLiteralGT()
128 staBc < pcOffsets_.size() && bytecodes_->GetOpcode(pcOffsets_[staBc]) == EcmaOpcode::STA_V8; in CheckTypeMarkForDefineFunc()
Decma_opcode_des.h203 V(STA_V8) \
Dbytecodes.cpp66 case EcmaOpcode::STA_V8: in InitBytecodeMetaData()
132 case EcmaOpcode::STA_V8: in InitBytecodeMetaData()
485 case EcmaOpcode::STA_V8: { in InitBytecodeInfo()
Dinterpreter_stub.cpp589 DISPATCH(STA_V8); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h98 STA_V8 = 28, enumerator
Dold_instruction.h509 case Opcode::STA_V8: in GetFormat()
1326 case Opcode::STA_V8: in HasFlag()
/arkcompiler/ets_runtime/ecmascript/interpreter/templates/
Ddebugger_instruction_handler.inl936 DEBUG_HANDLE_OPCODE(STA_V8) argument
939 REAL_GOTO_DISPATCH_OPCODE(EcmaOpcode::STA_V8);
/arkcompiler/ets_runtime/tools/circuit_viewer/examples/
Dlog_loop.txt17 [compiler] < 1: STA_V8, In=[acc,], Out=[0,] >
19 [compiler] < 3: STA_V8, In=[acc,], Out=[1,] >
46 [compiler] < 12: STA_V8, In=[acc,], Out=[2,] >
73 [compiler] < 1: STA_V8, In=[acc,], Out=[0,] >
75 [compiler] < 3: STA_V8, In=[acc,], Out=[1,] >
102 [compiler] < 12: STA_V8, In=[acc,], Out=[2,] >
130 [compiler] < 1: STA_V8, In=[acc,], Out=[0,] >
132 [compiler] < 3: STA_V8, In=[acc,], Out=[1,] >
161 [compiler] < 12: STA_V8, In=[acc,], Out=[2,] >
199 [compiler] < 1: STA_V8, In=[acc,], Out=[0,] >
[all …]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp378 *pc = static_cast<uint8_t>(EcmaOpcode::STA_V8); in FixOpcode()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1138 HANDLE_OPCODE(STA_V8) { in RunInternal()
1142 DISPATCH(STA_V8); in RunInternal()
Dinterpreter_assembly.cpp469 DISPATCH(STA_V8); in HandleStaV8()