Home | History | Annotate | Download | only in compiler

Lines Matching refs:functionId

1005   Runtime::FunctionId functionId = bytecode_iterator().GetRuntimeIdOperand(0);
1010 const Operator* call = javascript()->CallRuntime(functionId, arg_count);
1017 Runtime::FunctionId functionId = bytecode_iterator().GetRuntimeIdOperand(0);
1024 const Operator* call = javascript()->CallRuntime(functionId, arg_count);
1031 Runtime::FunctionId functionId = bytecode_iterator().GetIntrinsicIdOperand(0);
1037 const Operator* call = javascript()->CallRuntime(functionId, arg_count);