Home
last modified time | relevance | path

Searched refs:feedback_slot (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-builder.cc259 int feedback_slot) { in BYTECODE_LIST()
262 OutputAdd(reg, feedback_slot); in BYTECODE_LIST()
265 OutputSub(reg, feedback_slot); in BYTECODE_LIST()
268 OutputMul(reg, feedback_slot); in BYTECODE_LIST()
271 OutputDiv(reg, feedback_slot); in BYTECODE_LIST()
274 OutputMod(reg, feedback_slot); in BYTECODE_LIST()
277 OutputBitwiseOr(reg, feedback_slot); in BYTECODE_LIST()
280 OutputBitwiseXor(reg, feedback_slot); in BYTECODE_LIST()
283 OutputBitwiseAnd(reg, feedback_slot); in BYTECODE_LIST()
286 OutputShiftLeft(reg, feedback_slot); in BYTECODE_LIST()
[all …]
Dbytecode-array-builder.h87 BytecodeArrayBuilder& LoadGlobal(int feedback_slot, TypeofMode typeof_mode); in NON_EXPORTED_BASE()
89 int feedback_slot, in NON_EXPORTED_BASE()
120 int feedback_slot); in NON_EXPORTED_BASE()
122 BytecodeArrayBuilder& LoadKeyedProperty(Register object, int feedback_slot); in NON_EXPORTED_BASE()
127 int feedback_slot, in NON_EXPORTED_BASE()
130 int feedback_slot, in NON_EXPORTED_BASE()
149 int feedback_slot, int depth); in NON_EXPORTED_BASE()
201 Register callable, RegisterList args, int feedback_slot, in NON_EXPORTED_BASE()
208 int feedback_slot); in NON_EXPORTED_BASE()
238 int feedback_slot); in NON_EXPORTED_BASE()
[all …]
Dinterpreter.h144 compiler::Node* feedback_slot,
Dbytecode-generator.cc2734 FeedbackVectorSlot feedback_slot = expr->CountSlot(); in VisitCountOperation() local
2738 BuildVariableAssignment(proxy->var(), expr->op(), feedback_slot, in VisitCountOperation()
2743 builder()->StoreNamedProperty(object, name, feedback_index(feedback_slot), in VisitCountOperation()
2748 builder()->StoreKeyedProperty(object, key, feedback_index(feedback_slot), in VisitCountOperation()
Dinterpreter.cc423 Node* feedback_slot, in BuildLoadGlobal() argument
429 Node* smi_slot = __ SmiTag(feedback_slot); in BuildLoadGlobal()
639 Node* feedback_slot = __ BytecodeOperandIdx(1); in DoLdaLookupGlobalSlot() local
653 Node* result = BuildLoadGlobal(ic, context, feedback_slot, assembler); in DoLdaLookupGlobalSlot()