Searched refs:feedback_slot (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-array-builder.cc | 351 int feedback_slot) { in BinaryOperation() argument 354 OutputAdd(reg, feedback_slot); in BinaryOperation() 357 OutputSub(reg, feedback_slot); in BinaryOperation() 360 OutputMul(reg, feedback_slot); in BinaryOperation() 363 OutputDiv(reg, feedback_slot); in BinaryOperation() 366 OutputMod(reg, feedback_slot); in BinaryOperation() 369 OutputExp(reg, feedback_slot); in BinaryOperation() 372 OutputBitwiseOr(reg, feedback_slot); in BinaryOperation() 375 OutputBitwiseXor(reg, feedback_slot); in BinaryOperation() 378 OutputBitwiseAnd(reg, feedback_slot); in BinaryOperation() [all …]
|
D | bytecode-array-builder.h | 87 BytecodeArrayBuilder& LoadGlobal(const AstRawString* name, int feedback_slot, 90 int feedback_slot); 122 int feedback_slot); 124 BytecodeArrayBuilder& LoadKeyedProperty(Register object, int feedback_slot); 127 int feedback_slot); 130 int feedback_slot); 136 int feedback_slot); 146 int feedback_slot, 152 int feedback_slot, 158 int feedback_slot); [all …]
|
D | interpreter-generator.cc | 159 Node* feedback_slot = BytecodeOperandIdx(slot_operand_index); in LdaGlobal() local 174 accessor_asm.LoadGlobalIC(feedback_vector, feedback_slot, lazy_context, in LdaGlobal() 493 Node* feedback_slot = BytecodeOperandIdx(2); in IGNITION_HANDLER() local 494 Node* smi_slot = SmiTag(feedback_slot); in IGNITION_HANDLER()
|