| /third_party/node/deps/v8/src/execution/ |
| H A D | messages.h | 52 int bytecode_offset() const { return bytecode_offset_; } in bytecode_offset() function in v8::internal::MessageLocation
|
| H A D | messages.cc | 83 int bytecode_offset = -1; in MakeMessageObject() local 45 MessageLocation(Handle<Script> script, Handle<SharedFunctionInfo> shared, int bytecode_offset) MessageLocation() argument
|
| H A D | frames.cc | 1623 int bytecode_offset = code_offset(); in CreateStackFrameInfo() local
|
| /third_party/node/deps/v8/src/baseline/ |
| H A D | bytecode-offset-iterator.h | 38 inline void AdvanceToBytecodeOffset(int bytecode_offset) { in AdvanceToBytecodeOffset() argument
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-register.cc | 76 Register Register::bytecode_offset() { in bytecode_offset() function in v8::internal::interpreter::Register
|
| H A D | bytecode-array-writer.cc | 225 int bytecode_offset = static_cast<int>(bytecodes()->size()); in UpdateSourcePositionTable() local
|
| H A D | interpreter-assembler.cc | 104 TNode<IntPtrT> bytecode_offset = BytecodeOffset(); in SaveBytecodeOffset() local 1161 LoadBytecode( TNode<IntPtrT> bytecode_offset) LoadBytecode() argument 1250 DispatchToBytecodeHandlerEntry( TNode<RawPtrT> handler_entry, TNode<IntPtrT> bytecode_offset) DispatchToBytecodeHandlerEntry() argument [all...] |
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-trace.cc | 126 int bytecode_offset = args.smi_value_at(1); in RUNTIME_FUNCTION() local 176 int bytecode_offset = args.smi_value_at(1); in RUNTIME_FUNCTION() local
|
| H A D | runtime-debug.cc | 80 int bytecode_offset = interpreted_frame->GetBytecodeOffset(); in RUNTIME_FUNCTION_RETURN_PAIR() local
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-generator-gen.cc | 214 auto bytecode_offset = in TF_BUILTIN() local
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | translation-array.cc | 109 BeginBuiltinContinuationFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginBuiltinContinuationFrame() argument 120 BeginJSToWasmBuiltinContinuationFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height, base::Optional<wasm::ValueKind> return_kind) BeginJSToWasmBuiltinContinuationFrame() argument 133 BeginJavaScriptBuiltinContinuationFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginJavaScriptBuiltinContinuationFrame() argument 143 BeginJavaScriptBuiltinContinuationWithCatchFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginJavaScriptBuiltinContinuationWithCatchFrame() argument 154 BeginConstructStubFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginConstructStubFrame() argument 173 BeginInterpretedFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height, int return_value_offset, int return_value_count) BeginInterpretedFrame() argument [all...] |
| H A D | translated-state.h | 194 BytecodeOffset bytecode_offset() const { return bytecode_offset_; } in bytecode_offset() function in v8::internal::TranslatedFrame
|
| H A D | deoptimizer.cc | 645 int bytecode_offset = translated_frame->bytecode_offset().ToInt(); in LookupCatchHandler() local 815 BytecodeOffset bytecode_offset = in DoComputeOutputFrames() local 954 const int bytecode_offset = in DoComputeUnoptimizedFrame() local 661 TraceDeoptBegin(int optimization_id, BytecodeOffset bytecode_offset) TraceDeoptBegin() argument 1325 BytecodeOffset bytecode_offset = translated_frame->bytecode_offset(); DoComputeConstructStubFrame() local 1644 const BytecodeOffset bytecode_offset = translated_frame->bytecode_offset(); DoComputeBuiltinContinuation() local 2034 ComputeSourcePositionFromBytecodeArray( Isolate* isolate, SharedFunctionInfo shared, BytecodeOffset bytecode_offset) ComputeSourcePositionFromBytecodeArray() argument [all...] |
| H A D | translated-state.cc | 59 int bytecode_offset = iterator.Next(); in TranslationArrayPrintSingleFrame() local 623 UnoptimizedFrame( BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info, int height, int return_value_offset, int return_value_count) UnoptimizedFrame() argument 637 ConstructStubFrame( BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info, int height) ConstructStubFrame() argument 645 BuiltinContinuationFrame( BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info, int height) BuiltinContinuationFrame() argument 654 JSToWasmBuiltinContinuationFrame( BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info, int height, base::Optional<wasm::ValueKind> return_kind) JSToWasmBuiltinContinuationFrame() argument 664 JavaScriptBuiltinContinuationFrame( BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info, int height) JavaScriptBuiltinContinuationFrame() argument 672 JavaScriptBuiltinContinuationWithCatchFrame( BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info, int height) JavaScriptBuiltinContinuationWithCatchFrame() argument 733 BytecodeOffset bytecode_offset = BytecodeOffset(iterator->Next()); CreateNextTranslatedFrame() local 768 BytecodeOffset bytecode_offset = BytecodeOffset(iterator->Next()); CreateNextTranslatedFrame() local 783 BytecodeOffset bytecode_offset = BytecodeOffset(iterator->Next()); CreateNextTranslatedFrame() local 824 BytecodeOffset bytecode_offset = BytecodeOffset(iterator->Next()); CreateNextTranslatedFrame() local 840 BytecodeOffset bytecode_offset = BytecodeOffset(iterator->Next()); CreateNextTranslatedFrame() local [all...] |
| /third_party/node/deps/v8/src/profiler/ |
| H A D | tick-sample.cc | 336 i::Address bytecode_offset = base::Memory<i::Address>( in GetStackSample() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | code-inl.h | 557 uintptr_t Code::GetBaselinePCForBytecodeOffset(int bytecode_offset, in GetBaselinePCForBytecodeOffset() argument 575 uintptr_t Code::GetBaselineStartPCForBytecodeOffset(int bytecode_offset, in GetBaselineStartPCForBytecodeOffset() argument 581 uintptr_t Code::GetBaselineEndPCForBytecodeOffset(int bytecode_offset, in GetBaselineEndPCForBytecodeOffset() argument 587 uintptr_t Code::GetBaselinePCForNextExecutedBytecode(int bytecode_offset, in GetBaselinePCForNextExecutedBytecode() argument
|
| /third_party/node/deps/v8/src/builtins/mips64/ |
| H A D | builtins-mips64.cc | 940 AdvanceBytecodeOffsetOrReturn(MacroAssembler* masm, Register bytecode_array, Register bytecode_offset, Register bytecode, Register scratch1, Register scratch2, Register scratch3, Label* if_return) AdvanceBytecodeOffsetOrReturn() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ppc/ |
| H A D | builtins-ppc.cc | 1211 AdvanceBytecodeOffsetOrReturn(MacroAssembler* masm, Register bytecode_array, Register bytecode_offset, Register bytecode, Register scratch1, Register scratch2, Label* if_return) AdvanceBytecodeOffsetOrReturn() argument [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug.cc | 1415 int bytecode_offset = frame->GetBytecodeOffset(); variable 1421 ->PatchBytecodeOffset(bytecode_offset); variable
|
| /third_party/node/deps/v8/src/builtins/loong64/ |
| H A D | builtins-loong64.cc | 930 AdvanceBytecodeOffsetOrReturn(MacroAssembler* masm, Register bytecode_array, Register bytecode_offset, Register bytecode, Register scratch1, Register scratch2, Register scratch3, Label* if_return) AdvanceBytecodeOffsetOrReturn() argument [all...] |
| /third_party/node/deps/v8/src/builtins/arm/ |
| H A D | builtins-arm.cc | 954 AdvanceBytecodeOffsetOrReturn(MacroAssembler* masm, Register bytecode_array, Register bytecode_offset, Register bytecode, Register scratch1, Register scratch2, Label* if_return) AdvanceBytecodeOffsetOrReturn() argument [all...] |
| /third_party/node/deps/v8/src/builtins/riscv64/ |
| H A D | builtins-riscv64.cc | 991 AdvanceBytecodeOffsetOrReturn(MacroAssembler* masm, Register bytecode_array, Register bytecode_offset, Register bytecode, Register scratch1, Register scratch2, Register scratch3, Label* if_return) AdvanceBytecodeOffsetOrReturn() argument [all...] |
| /third_party/node/deps/v8/src/builtins/s390/ |
| H A D | builtins-s390.cc | 1244 AdvanceBytecodeOffsetOrReturn(MacroAssembler* masm, Register bytecode_array, Register bytecode_offset, Register bytecode, Register scratch1, Register scratch2, Label* if_return) AdvanceBytecodeOffsetOrReturn() argument [all...] |
| /third_party/node/deps/v8/src/builtins/mips/ |
| H A D | builtins-mips.cc | 930 AdvanceBytecodeOffsetOrReturn(MacroAssembler* masm, Register bytecode_array, Register bytecode_offset, Register bytecode, Register scratch1, Register scratch2, Register scratch3, Label* if_return) AdvanceBytecodeOffsetOrReturn() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ia32/ |
| H A D | builtins-ia32.cc | 911 AdvanceBytecodeOffsetOrReturn(MacroAssembler* masm, Register bytecode_array, Register bytecode_offset, Register scratch1, Register scratch2, Register scratch3, Label* if_return) AdvanceBytecodeOffsetOrReturn() argument
|