Searched refs:STA_V8 (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | type_recorder.cpp | 95 if (bytecodes_->GetOpcode(pcOffsets_[bcIdx]) == EcmaOpcode::STA_V8) { in CollectLiteralGT() 128 staBc < pcOffsets_.size() && bytecodes_->GetOpcode(pcOffsets_[staBc]) == EcmaOpcode::STA_V8; in CheckTypeMarkForDefineFunc()
|
D | ecma_opcode_des.h | 203 V(STA_V8) \
|
D | bytecodes.cpp | 66 case EcmaOpcode::STA_V8: in InitBytecodeMetaData() 132 case EcmaOpcode::STA_V8: in InitBytecodeMetaData() 485 case EcmaOpcode::STA_V8: { in InitBytecodeInfo()
|
D | interpreter_stub.cpp | 589 DISPATCH(STA_V8); in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
D | old_instruction_enum.h | 98 STA_V8 = 28, enumerator
|
D | old_instruction.h | 509 case Opcode::STA_V8: in GetFormat() 1326 case Opcode::STA_V8: in HasFlag()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/templates/ |
D | debugger_instruction_handler.inl | 936 DEBUG_HANDLE_OPCODE(STA_V8) argument 939 REAL_GOTO_DISPATCH_OPCODE(EcmaOpcode::STA_V8);
|
/arkcompiler/ets_runtime/tools/circuit_viewer/examples/ |
D | log_loop.txt | 17 [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/ |
D | panda_file_translator.cpp | 378 *pc = static_cast<uint8_t>(EcmaOpcode::STA_V8); in FixOpcode()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 1138 HANDLE_OPCODE(STA_V8) { in RunInternal() 1142 DISPATCH(STA_V8); in RunInternal()
|
D | interpreter_assembly.cpp | 469 DISPATCH(STA_V8); in HandleStaV8()
|