Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp981 std::string &functionId, in createFinallyBlock()
1065 std::string &functionId, in createCatchBlock()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1004 std::string &functionId, in createFinallyBlock()
1080 std::string &functionId, in createCatchBlock()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc1391 Runtime::FunctionId functionId = bytecode_iterator().GetRuntimeIdOperand(0); in VisitCallRuntime() local
1403 Runtime::FunctionId functionId = bytecode_iterator().GetRuntimeIdOperand(0); in VisitCallRuntimeForPair() local
1449 Runtime::FunctionId functionId = bytecode_iterator().GetIntrinsicIdOperand(0); in VisitInvokeIntrinsic() local
Dast-graph-builder.cc1768 Runtime::FunctionId functionId = expr->function()->function_id; in VisitCallRuntime() local