| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-compiler.cc | 245 BytecodeOffset osr_offset = BytecodeOffset(frame->GetBytecodeOffset()); in RUNTIME_FUNCTION() local 298 DCHECK_EQ(BytecodeOffset(data.OsrBytecodeOffset().value()), osr_offset); in RUNTIME_FUNCTION() local
|
| H A D | runtime-test.cc | 646 const BytecodeOffset osr_offset = in RUNTIME_FUNCTION() local
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | optimized-compilation-info.cc | 24 OptimizedCompilationInfo( Zone* zone, Isolate* isolate, Handle<SharedFunctionInfo> shared, Handle<JSFunction> closure, CodeKind code_kind, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame) OptimizedCompilationInfo() argument
|
| H A D | optimized-compilation-info.h | 126 BytecodeOffset osr_offset() const { return osr_offset_; } in osr_offset() function in v8::internal::final
|
| H A D | compiler.cc | 77 constexpr bool IsOSR(BytecodeOffset osr_offset) { return !osr_offset.IsNone(); } in IsOSR() argument 79 void SetTieringState(JSFunction function, BytecodeOffset osr_offset, in SetTieringState() argument 88 void ResetTieringState(JSFunction function, BytecodeOffset osr_offset) { in ResetTieringState() argument 94 void ResetProfilerTicks(JSFunction function, BytecodeOffset osr_offset) { in ResetProfilerTicks() argument 123 TraceOptimizeOSR(Isolate* isolate, Handle<JSFunction> function, BytecodeOffset osr_offset, ConcurrencyMode mode) TraceOptimizeOSR() argument 133 TraceOptimizeOSRUnavailable(Isolate* isolate, Handle<JSFunction> function, BytecodeOffset osr_offset, ConcurrencyMode mode) TraceOptimizeOSRUnavailable() argument 185 TraceOptimizedCodeCacheHit(Isolate* isolate, Handle<JSFunction> function, BytecodeOffset osr_offset, CodeKind code_kind) TraceOptimizedCodeCacheHit() argument 897 Get( Isolate* isolate, Handle<JSFunction> function, BytecodeOffset osr_offset, CodeKind code_kind) Get() argument 942 const BytecodeOffset osr_offset = compilation_info->osr_offset(); Insert() local 1090 CompileTurbofan(Isolate* isolate, Handle<JSFunction> function, Handle<SharedFunctionInfo> shared, ConcurrencyMode mode, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame, CompileResultBehavior result_behavior) CompileTurbofan() argument 1150 CompileMaglev(Isolate* isolate, Handle<JSFunction> function, ConcurrencyMode mode, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame, CompileResultBehavior result_behavior) CompileMaglev() argument 3376 CompileOptimizedOSR(Isolate* isolate, Handle<JSFunction> function, BytecodeOffset osr_offset, UnoptimizedFrame* frame, ConcurrencyMode mode) Compile() argument 3448 const BytecodeOffset osr_offset = compilation_info->osr_offset(); Compile() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | osr-optimized-code-cache.cc | 22 Insert(Isolate* isolate, Handle<NativeContext> native_context, Handle<SharedFunctionInfo> shared, Handle<CodeT> code, BytecodeOffset osr_offset) Insert() argument 107 TryGet(SharedFunctionInfo shared, BytecodeOffset osr_offset, Isolate* isolate) TryGet() argument 216 FindEntry(SharedFunctionInfo shared, BytecodeOffset osr_offset) FindEntry() argument 251 InitializeEntry(int entry, SharedFunctionInfo shared, CodeT code, BytecodeOffset osr_offset) InitializeEntry() argument [all...] |
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-code-generator.cc | 608 BytecodeOffset osr_offset = BytecodeOffset::None(); in GenerateDeoptimizationData() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | code-generator.cc | 929 BytecodeOffset osr_offset = BytecodeOffset::None(); in GenerateDeoptimizationData() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | pipeline.cc | 1102 PipelineCompilationJob( Isolate* isolate, Handle<SharedFunctionInfo> shared_info, Handle<JSFunction> function, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame, CodeKind code_kind) PipelineCompilationJob() argument 3341 NewCompilationJob( Isolate* isolate, Handle<JSFunction> function, CodeKind code_kind, bool has_script, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame) NewCompilationJob() argument
|
| H A D | bytecode-graph-builder.cc | 1020 BytecodeGraphBuilder( JSHeapBroker* broker, Zone* local_zone, NativeContextRef const& native_context, SharedFunctionInfoRef const& shared_info, FeedbackCellRef const& feedback_cell, BytecodeOffset osr_offset, JSGraph* jsgraph, CallFrequency const& invocation_frequency, SourcePositionTable* source_positions, int inlining_id, CodeKind code_kind, BytecodeGraphBuilderFlags flags, TickCounter* tick_counter, ObserveNodeInfo const& observe_node_info) BytecodeGraphBuilder() argument 4409 BuildGraphFromBytecode(JSHeapBroker* broker, Zone* local_zone, SharedFunctionInfoRef const& shared_info, FeedbackCellRef const& feedback_cell, BytecodeOffset osr_offset, JSGraph* jsgraph, CallFrequency const& invocation_frequency, SourcePositionTable* source_positions, int inlining_id, CodeKind code_kind, BytecodeGraphBuilderFlags flags, TickCounter* tick_counter, ObserveNodeInfo const& observe_node_info) BuildGraphFromBytecode() argument
|