Searched refs:kInvocationCountOffset (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | feedback-vector-inl.h | 121 kInvocationCountOffset) in RELAXED_INT32_ACCESSORS() argument
|
/third_party/node/deps/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 1366 FeedbackVector::kInvocationCountOffset), in Generate_BaselineOutOfLinePrologue() 1371 FeedbackVector::kInvocationCountOffset), in Generate_BaselineOutOfLinePrologue() 1537 FieldMemOperand(feedback_vector, FeedbackVector::kInvocationCountOffset), in Generate_InterpreterEntryTrampoline() 1542 FieldMemOperand(feedback_vector, FeedbackVector::kInvocationCountOffset), in Generate_InterpreterEntryTrampoline()
|
/third_party/node/deps/v8/src/builtins/s390/ |
D | builtins-s390.cc | 1400 FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue() 1404 FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue() 1568 FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline() 1571 FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline()
|
/third_party/node/deps/v8/src/builtins/loong64/ |
D | builtins-loong64.cc | 1101 FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue() 1105 FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue() 1268 FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline() 1271 FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline()
|
/third_party/node/deps/v8/src/builtins/arm/ |
D | builtins-arm.cc | 1125 FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue() 1129 FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue() 1284 FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline() 1287 FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1299 FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue() 1303 FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue() 1463 FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline() 1466 FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 1105 FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue() 1109 FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue() 1270 FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline() 1273 FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline()
|
/third_party/node/deps/v8/src/builtins/riscv64/ |
D | builtins-riscv64.cc | 1162 FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue() 1166 FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue() 1334 FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline() 1337 FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline()
|
/third_party/node/deps/v8/src/builtins/mips/ |
D | builtins-mips.cc | 1097 FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue() 1101 FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue() 1262 FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline() 1265 FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline()
|
/third_party/node/deps/v8/src/compiler/ |
D | access-builder.cc | 1247 FeedbackVector::kInvocationCountOffset, in ForFeedbackVectorInvocationCount()
|
/third_party/node/deps/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 1110 __ inc(FieldOperand(feedback_vector, FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline() 1726 __ inc(FieldOperand(feedback_vector, FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue()
|
/third_party/node/deps/v8/src/builtins/x64/ |
D | builtins-x64.cc | 1223 FieldOperand(feedback_vector, FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline() 1715 FieldOperand(feedback_vector, FeedbackVector::kInvocationCountOffset)); in Generate_BaselineOutOfLinePrologue()
|