/third_party/node/deps/v8/src/objects/ |
H A D | compilation-cache-table.h | 57 FeedbackCell feedback_cell() const { in feedback_cell() function in v8::internal::InfoCellPair
|
H A D | compilation-cache-table-inl.h | 97 InfoCellPair(Isolate* isolate, SharedFunctionInfo shared, FeedbackCell feedback_cell) InfoCellPair() argument
|
H A D | compilation-cache-table.cc | 283 FeedbackCell feedback_cell = in LookupEval() local 46 AddToFeedbackCellsMap(Handle<CompilationCacheTable> cache, int cache_entry, Handle<Context> native_context, Handle<FeedbackCell> feedback_cell) AddToFeedbackCellsMap() argument 313 PutEval( Handle<CompilationCacheTable> cache, Handle<String> src, Handle<SharedFunctionInfo> outer_info, Handle<SharedFunctionInfo> value, Handle<Context> native_context, Handle<FeedbackCell> feedback_cell, int position) PutEval() argument
|
H A D | js-function.cc | 527 Handle<FeedbackCell> feedback_cell = in EnsureClosureFeedbackCellArray() local
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compilation-cache.cc | 240 Put(Handle<String> source, Handle<SharedFunctionInfo> outer_info, Handle<SharedFunctionInfo> function_info, Handle<Context> native_context, Handle<FeedbackCell> feedback_cell, int position) Put() argument 347 PutEval(Handle<String> source, Handle<SharedFunctionInfo> outer_info, Handle<Context> context, Handle<SharedFunctionInfo> function_info, Handle<FeedbackCell> feedback_cell, int position) PutEval() argument
|
H A D | compiler.cc | 2324 Handle<FeedbackCell> feedback_cell; in Compile() local
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-constructor-gen.cc | 180 auto feedback_cell = Parameter<FeedbackCell>(Descriptor::kFeedbackCell); in TF_BUILTIN() local
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-scopes.cc | 561 Handle<FeedbackCell> feedback_cell = args.at<FeedbackCell>(1); in RUNTIME_FUNCTION() local 573 Handle<FeedbackCell> feedback_cell = args.at<FeedbackCell>(1); in RUNTIME_FUNCTION() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-inlining.cc | 552 FeedbackCellRef feedback_cell = DetermineCallContext(node, &context); in ReduceJSCall() local 584 BuildGraphFromBytecode(broker(), zone(), *shared_info, feedback_cell, in ReduceJSCall() local
|
H A D | js-inlining-heuristic.cc | 77 FeedbackCellRef feedback_cell = in CanConsiderForInlining() local 130 FeedbackCellRef feedback_cell = MakeRef(broker(), FeedbackCellOf(m.op())); in CollectFunctions() local 29 CanConsiderForInlining(JSHeapBroker* broker, FeedbackCellRef const& feedback_cell) CanConsiderForInlining() argument 141 FeedbackCellRef feedback_cell = n.GetFeedbackCellRefChecked(broker()); CollectFunctions() local [all...] |
H A D | simplified-operator.cc | 1530 CheckClosure( const Handle<FeedbackCell>& feedback_cell) CheckClosure() argument
|
H A D | js-call-reducer.cc | 859 Handle<FeedbackCell> feedback_cell = in CreateClosureFromBuiltinSharedFunctionInfo() local
|
H A D | js-create-lowering.cc | 928 FeedbackCellRef feedback_cell = n.GetFeedbackCellRefChecked(broker()); in ReduceJSCreateClosure() local 973 a.Store(AccessBuilder::ForJSFunctionFeedbackCell(), feedback_cell); in ReduceJSCreateClosure() local
|
H A D | heap-refs.cc | 643 FeedbackCellRef feedback_cell = MakeRefAssumeMemoryFence( in Cache() local
|
/third_party/node/deps/v8/src/baseline/ia32/ |
H A D | baseline-assembler-ia32-inl.h | 385 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local 401 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local [all...] |
/third_party/node/deps/v8/src/baseline/mips/ |
H A D | baseline-assembler-mips-inl.h | 400 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local 420 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local [all...] |
/third_party/node/deps/v8/src/baseline/loong64/ |
H A D | baseline-assembler-loong64-inl.h | 388 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local 408 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local [all...] |
/third_party/node/deps/v8/src/baseline/s390/ |
H A D | baseline-assembler-s390-inl.h | 537 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local 562 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local [all...] |
/third_party/node/deps/v8/src/baseline/riscv64/ |
H A D | baseline-assembler-riscv64-inl.h | 388 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local 410 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local [all...] |
/third_party/node/deps/v8/src/baseline/mips64/ |
H A D | baseline-assembler-mips64-inl.h | 398 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local 418 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local [all...] |
/third_party/node/deps/v8/src/baseline/arm/ |
H A D | baseline-assembler-arm-inl.h | 414 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local 437 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local [all...] |
/third_party/node/deps/v8/src/baseline/x64/ |
H A D | baseline-assembler-x64-inl.h | 380 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local 396 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local [all...] |
/third_party/node/deps/v8/src/baseline/arm64/ |
H A D | baseline-assembler-arm64-inl.h | 486 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local 509 Register feedback_cell = scratch_scope.AcquireScratch(); in AddToInterruptBudgetAndJumpIfNotExceeded() local [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-generator.cc | 2478 TNode<FeedbackCell> feedback_cell = in IGNITION_HANDLER() local
|
H A D | interpreter-assembler.cc | 1010 TNode<FeedbackCell> feedback_cell = in UpdateInterruptBudget() local
|