Searched defs:setCallee (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
H A DCallFrame.h115 setCallee(callee);
143 void setCallee(JSObject* callee) { static_cast<Register*>(this)[RegisterFile::Callee] = Register::withCallee(callee); } function in class:JSC::ExecState
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp771 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, function in class:PathDiagnosticCallPiece

Completed in 408 milliseconds