Home
last modified time | relevance | path

Searched defs:bcOffset (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp74 void JSDebugger::BytecodePcChanged(JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) in BytecodePcChanged()
85 bool JSDebugger::HandleBreakpoint(JSHandle<Method> method, uint32_t bcOffset) in HandleBreakpoint()
118 …gger::HandleExceptionThrowEvent(const JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) in HandleExceptionThrowEvent()
129 bool JSDebugger::HandleStep(JSHandle<Method> method, uint32_t bcOffset) in HandleStep()
152 bool JSDebugger::RemoveBreakpoint(const std::unique_ptr<PtMethod> &ptMethod, uint32_t bcOffset) in RemoveBreakpoint()
Dnotification_manager.h65 void BytecodePcChangedEvent(JSThread *thread, Method *method, uint32_t bcOffset) const in BytecodePcChangedEvent()
Djs_debugger.h29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, in JSBreakpoint()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtest_stubs.cpp36 GateRef bcOffset = Int32(1); in GenerateCircuit() local
70 GateRef bcOffset = Int32(1); in GenerateCircuit() local
111 GateRef bcOffset = Int32(1); in GenerateCircuit() local
132 GateRef bcOffset = Int32(1); in GenerateCircuit() local
152 GateRef bcOffset = Int32(1); in GenerateCircuit() local
175 GateRef bcOffset = Int32(1); in GenerateCircuit() local
197 GateRef bcOffset = Int32(1); in GenerateCircuit() local
Dtype_recorder.cpp68 int32_t bcOffset = typeOfInstruction->Get(j).GetInt(); in LoadTypes() local
Dasync_function_lowering.cpp51 GateRef bcOffset = builder_.IntPtr(GeneratorContext::GENERATOR_BC_OFFSET_OFFSET); in ProcessJumpTable() local
Dslowpath_lowering.cpp1033 GateRef bcOffset = builder_.Int64(acc_.GetBytecodeIndex(gate)); in LowerCallArg0() local
1060 GateRef bcOffset = builder_.Int64(acc_.GetBytecodeIndex(gate)); in LowerCallthisrangeImm8Imm8V8() local
1082 GateRef bcOffset = builder_.Int64(acc_.GetBytecodeIndex(gate)); in LowerWideCallthisrangePrefImm16V8() local
1118 GateRef bcOffset = builder_.Int64(acc_.GetBytecodeIndex(gate)); in LowerCallrangeImm8Imm8V8() local
3493 GateRef bcOffset = builder_.Int64(acc_.GetBytecodeIndex(gate)); in LowerCallthis0Imm8V8() local
3507 GateRef bcOffset = builder_.Int64(acc_.GetBytecodeIndex(gate)); in LowerCallArg1Imm8V8() local
3534 GateRef bcOffset = builder_.Int64(acc_.GetBytecodeIndex(gate)); in LowerWideCallrangePrefImm16V8() local
3548 GateRef bcOffset = builder_.Int64(acc_.GetBytecodeIndex(gate)); in LowerCallThisArg1() local
3563 GateRef bcOffset = builder_.Int64(acc_.GetBytecodeIndex(gate)); in LowerCallargs2Imm8V8V8() local
3581 GateRef bcOffset = builder_.Int64(acc_.GetBytecodeIndex(gate)); in LowerCallargs3Imm8V8V8() local
[all …]
Dbytecode_info_collector.cpp143 int32_t bcOffset = typeOfInstruction->Get(j).GetInt(); in IterateLiteral() local
Dllvm_ir_builder.cpp683 void LLVMIRBuilder::ComputeArgCountAndBCOffset(size_t &actualNumArgs, LLVMValueRef &bcOffset, in ComputeArgCountAndBCOffset()
762 LLVMValueRef bcOffset = LLVMConstInt(LLVMInt32Type(), 0, 0); in VisitCall() local
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.cpp535 void Debugger::BytecodePcChanged(ManagedThread *thread, Method *method, uint32_t bcOffset) in BytecodePcChanged()
633 …ptionThrow(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionThrow()
649 …ptionCatch(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionCatch()
Ddebugger.h45 Breakpoint(Method *method, uint32_t bcOffset) : method_(method), bc_offset_(bcOffset) {} in Breakpoint()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h394 void StoreBCOffsetInfo(const std::string& methodName, int32_t bcOffset) in StoreBCOffsetInfo()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1480 auto bcOffset = frameHandler.GetBytecodeOffset(); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h823 auto bcOffset = frameHandler.GetBytecodeOffset(); in NotifyBytecodePcChanged() local