| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger.cpp | 74 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()
|
| D | notification_manager.h | 65 void BytecodePcChangedEvent(JSThread *thread, Method *method, uint32_t bcOffset) const in BytecodePcChangedEvent()
|
| D | js_debugger.h | 29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, in JSBreakpoint()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | test_stubs.cpp | 36 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
|
| D | type_recorder.cpp | 68 int32_t bcOffset = typeOfInstruction->Get(j).GetInt(); in LoadTypes() local
|
| D | async_function_lowering.cpp | 51 GateRef bcOffset = builder_.IntPtr(GeneratorContext::GENERATOR_BC_OFFSET_OFFSET); in ProcessJumpTable() local
|
| D | slowpath_lowering.cpp | 1033 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 …]
|
| D | bytecode_info_collector.cpp | 143 int32_t bcOffset = typeOfInstruction->Get(j).GetInt(); in IterateLiteral() local
|
| D | llvm_ir_builder.cpp | 683 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/ |
| D | debugger.cpp | 535 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()
|
| D | debugger.h | 45 Breakpoint(Method *method, uint32_t bcOffset) : method_(method), bc_offset_(bcOffset) {} in Breakpoint()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.h | 394 void StoreBCOffsetInfo(const std::string& methodName, int32_t bcOffset) in StoreBCOffsetInfo()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1480 auto bcOffset = frameHandler.GetBytecodeOffset(); in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 823 auto bcOffset = frameHandler.GetBytecodeOffset(); in NotifyBytecodePcChanged() local
|