Home
last modified time | relevance | path

Searched defs:bytecode_offset (Results 1 - 25 of 30) sorted by relevance

12

/third_party/node/deps/v8/src/execution/
H A Dmessages.h52 int bytecode_offset() const { return bytecode_offset_; } in bytecode_offset() function in v8::internal::MessageLocation
H A Dmessages.cc83 int bytecode_offset = -1; in MakeMessageObject() local
45 MessageLocation(Handle<Script> script, Handle<SharedFunctionInfo> shared, int bytecode_offset) MessageLocation() argument
H A Dframes.cc1623 int bytecode_offset = code_offset(); in CreateStackFrameInfo() local
/third_party/node/deps/v8/src/baseline/
H A Dbytecode-offset-iterator.h38 inline void AdvanceToBytecodeOffset(int bytecode_offset) { in AdvanceToBytecodeOffset() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register.cc76 Register Register::bytecode_offset() { in bytecode_offset() function in v8::internal::interpreter::Register
H A Dbytecode-array-writer.cc225 int bytecode_offset = static_cast<int>(bytecodes()->size()); in UpdateSourcePositionTable() local
H A Dinterpreter-assembler.cc104 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 Druntime-trace.cc126 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 Druntime-debug.cc80 int bytecode_offset = interpreted_frame->GetBytecodeOffset(); in RUNTIME_FUNCTION_RETURN_PAIR() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-generator-gen.cc214 auto bytecode_offset = in TF_BUILTIN() local
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslation-array.cc109 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 Dtranslated-state.h194 BytecodeOffset bytecode_offset() const { return bytecode_offset_; } in bytecode_offset() function in v8::internal::TranslatedFrame
H A Ddeoptimizer.cc645 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 Dtranslated-state.cc59 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 Dtick-sample.cc336 i::Address bytecode_offset = base::Memory<i::Address>( in GetStackSample() local
/third_party/node/deps/v8/src/objects/
H A Dcode-inl.h557 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 Dbuiltins-mips64.cc940 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 Dbuiltins-ppc.cc1211 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 Ddebug.cc1415 int bytecode_offset = frame->GetBytecodeOffset(); variable
1421 ->PatchBytecodeOffset(bytecode_offset); variable
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc930 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 Dbuiltins-arm.cc954 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 Dbuiltins-riscv64.cc991 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 Dbuiltins-s390.cc1244 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 Dbuiltins-mips.cc930 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 Dbuiltins-ia32.cc911 AdvanceBytecodeOffsetOrReturn(MacroAssembler* masm, Register bytecode_array, Register bytecode_offset, Register scratch1, Register scratch2, Register scratch3, Label* if_return) AdvanceBytecodeOffsetOrReturn() argument

Completed in 53 milliseconds

12