Lines Matching defs:bytecode
89 static bool ExpressionPositionIsNeeded(Bytecode bytecode) { in ExpressionPositionIsNeeded()
113 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output()
122 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output()
130 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output()
138 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0) { in Output()
145 void BytecodeArrayBuilder::Output(Bytecode bytecode) { in Output()
245 Bytecode bytecode = BytecodeForLoadGlobal(typeof_mode); in LoadGlobal() local
252 Bytecode bytecode = BytecodeForStoreGlobal(language_mode); in StoreGlobal() local
274 Bytecode bytecode = (typeof_mode == INSIDE_TYPEOF) in LoadLookupSlot() local
284 Bytecode bytecode = BytecodeForStoreLookupSlot(language_mode); in StoreLookupSlot() local
308 Bytecode bytecode = BytecodeForStoreNamedProperty(language_mode); in StoreNamedProperty() local
318 Bytecode bytecode = BytecodeForStoreKeyedProperty(language_mode); in StoreKeyedProperty() local
337 Bytecode bytecode = BytecodeForCreateArguments(type); in CreateArguments() local
562 Bytecode bytecode = BytecodeForCall(tail_call_mode); in Call() local
588 Bytecode bytecode; in CallRuntime() local
680 Bytecode bytecode, int operand_count, uint32_t operand0, uint32_t operand1, in OperandsAreValid()