Home
last modified time | relevance | path

Searched refs:functionId (Results 1 – 4 of 4) sorted by relevance

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1004 std::string &functionId, in createFinallyBlock() argument
1045 << blockName << " in " << functionId << "\n"; in createFinallyBlock()
1080 std::string &functionId, in createCatchBlock() argument
1094 << functionId in createCatchBlock()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp981 std::string &functionId, in createFinallyBlock() argument
1030 << blockName << " in " << functionId << "\n"; in createFinallyBlock()
1065 std::string &functionId, in createCatchBlock() argument
1079 << functionId in createCatchBlock()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc1391 Runtime::FunctionId functionId = bytecode_iterator().GetRuntimeIdOperand(0); in VisitCallRuntime() local
1396 const Operator* call = javascript()->CallRuntime(functionId, arg_count); in VisitCallRuntime()
1403 Runtime::FunctionId functionId = bytecode_iterator().GetRuntimeIdOperand(0); in VisitCallRuntimeForPair() local
1410 const Operator* call = javascript()->CallRuntime(functionId, arg_count); in VisitCallRuntimeForPair()
1449 Runtime::FunctionId functionId = bytecode_iterator().GetIntrinsicIdOperand(0); in VisitInvokeIntrinsic() local
1455 const Operator* call = javascript()->CallRuntime(functionId, arg_count); in VisitInvokeIntrinsic()
Dast-graph-builder.cc1768 Runtime::FunctionId functionId = expr->function()->function_id; in VisitCallRuntime() local
1769 const Operator* call = javascript()->CallRuntime(functionId, args->length()); in VisitCallRuntime()