Home
last modified time | relevance | path

Searched defs:osr_offset (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-compiler.cc245 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 Druntime-test.cc646 const BytecodeOffset osr_offset = in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.cc24 OptimizedCompilationInfo( Zone* zone, Isolate* isolate, Handle<SharedFunctionInfo> shared, Handle<JSFunction> closure, CodeKind code_kind, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame) OptimizedCompilationInfo() argument
H A Doptimized-compilation-info.h126 BytecodeOffset osr_offset() const { return osr_offset_; } in osr_offset() function in v8::internal::final
H A Dcompiler.cc77 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 Dosr-optimized-code-cache.cc22 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 Dmaglev-code-generator.cc608 BytecodeOffset osr_offset = BytecodeOffset::None(); in GenerateDeoptimizationData() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc929 BytecodeOffset osr_offset = BytecodeOffset::None(); in GenerateDeoptimizationData() local
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc1102 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 Dbytecode-graph-builder.cc1020 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

Completed in 38 milliseconds