Home | History | Annotate | Download | only in compiler

Lines Matching refs:FunctionId

1318   Runtime::FunctionId functionId = bytecode_iterator().GetRuntimeIdOperand(0);
1323 const Operator* call = javascript()->CallRuntime(functionId, arg_count);
1330 Runtime::FunctionId functionId = bytecode_iterator().GetRuntimeIdOperand(0);
1337 const Operator* call = javascript()->CallRuntime(functionId, arg_count);
1345 Runtime::FunctionId functionId = bytecode_iterator().GetIntrinsicIdOperand(0);
1351 const Operator* call = javascript()->CallRuntime(functionId, arg_count);