Home
last modified time | relevance | path

Searched refs:makeCall (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptCanvasModule.cpp91 makeCall(function, &resultValue); in markFrameEnd()
109 makeCall(function, &resultValue); in callStartCapturingFunction()
144 makeCall(function, &resultValue); in traceLog()
159 makeCall(function, &resultValue); in replayTraceLog()
182 makeCall(function, &resultValue); in resourceState()
199 makeCall(function, &resultValue); in evaluateTraceLogCallArgument()
DInjectedScript.cpp102 makeCall(function, &resultValue); in restartFrame()
122 makeCall(function, &resultValue); in getStepInPositions()
154 makeCall(function, &resultValue); in setVariableValue()
171 makeCall(function, &resultValue); in getFunctionDetails()
188 makeCall(function, &result); in getProperties()
202 makeCall(function, &result); in getInternalProperties()
232 makeCall(function, &result); in releaseObject()
307 makeCall(function, &result); in inspectNode()
DInjectedScriptBase.cpp104 void InjectedScriptBase::makeCall(ScriptFunctionCall& function, RefPtr<JSONValue>* result) in makeCall() function in WebCore::InjectedScriptBase
127 makeCall(function, &result); in makeEvalCall()
DInjectedScriptBase.h68 void makeCall(ScriptFunctionCall&, RefPtr<JSONValue>* result);
/external/javassist/src/main/javassist/compiler/ast/
DCallExpr.java41 public static CallExpr makeCall(ASTree target, ASTree args) { in makeCall() method in CallExpr
/external/javassist/src/main/javassist/compiler/
DJavac.java446 expr = CallExpr.makeCall(expr, args); in recordProceed()
458 expr = CallExpr.makeCall(expr, args); in recordProceed()
488 expr = CallExpr.makeCall(expr, args); in recordStaticProceed()
498 expr = CallExpr.makeCall(expr, args); in recordStaticProceed()
DTypeChecker.java316 e = CallExpr.makeCall(Expr.make('.', e, in atBinExpr()
490 return CallExpr.makeCall(Expr.make('.', target, new Member("append")), in makeAppendCall()
DParser.java1177 return CallExpr.makeCall(expr, parseArgumentList(tbl)); in parseMethodCall()
/external/clang/lib/Analysis/
DThreadSafety.cpp225 unsigned makeCall(unsigned NumArgs, const NamedDecl *D) { in makeCall() function in __anon48488dd70111::SExpr
373 unsigned Root = makeCall(NumCallArgs, nullptr); in buildSExpr()