Home
last modified time | relevance | path

Searched defs:divot (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
DNodeConstructors.h238 …:EvalFunctionCallNode(JSGlobalData* globalData, ArgumentsNode* args, unsigned divot, unsigned star… in EvalFunctionCallNode()
245 …JSGlobalData* globalData, ExpressionNode* expr, ArgumentsNode* args, unsigned divot, unsigned star… in FunctionCallValueNode()
253 …lobalData* globalData, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned star… in FunctionCallResolveNode()
261 …xpressionNode* base, ExpressionNode* subscript, ArgumentsNode* args, unsigned divot, unsigned star… in FunctionCallBracketNode()
270 … ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned star… in FunctionCallDotNode()
279 … ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned star… in CallFunctionCallDotNode()
284 … ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned star… in ApplyFunctionCallDotNode()
289 …rePostResolveNode(JSGlobalData* globalData, const Identifier& ident, unsigned divot, unsigned star… in PrePostResolveNode()
296 …de(JSGlobalData* globalData, const Identifier& ident, Operator oper, unsigned divot, unsigned star… in PostfixResolveNode()
302 …ata, ExpressionNode* base, ExpressionNode* subscript, Operator oper, unsigned divot, unsigned star… in PostfixBracketNode()
[all …]
DASTBuilder.h53 int divot; member
205 …onNode* base, ExpressionNode* property, bool propertyHasAssignments, int start, int divot, int end) in createBracketAccess()
212 …e* createDotAccess(ExpressionNode* base, const Identifier& property, int start, int divot, int end) in createDotAccess()
229 …nNode* createNewExpr(ExpressionNode* expr, ArgumentsNode* arguments, int start, int divot, int end) in createNewExpr()
248 …const Identifier& ident, ExpressionNode* rhs, bool rhsHasAssignment, int start, int divot, int end) in createAssignResolve()
343 …nitializer, ExpressionNode* iter, StatementNode* statements, int start, int divot, int end, int in… in createForInLoop()
575 …StackAppend(int& assignmentStackDepth, ExpressionNode* node, int start, int divot, int assignmentC… in assignmentStackAppend()
609 …static void setExceptionLocation(ThrowableExpressionData* node, unsigned start, unsigned divot, un… in setExceptionLocation()
650 ExpressionNode* ASTBuilder::makeDeleteNode(ExpressionNode* expr, int start, int divot, int end) in makeDeleteNode()
781 …der::makeFunctionCallNode(ExpressionNode* func, ArgumentsNode* args, int start, int divot, int end) in makeFunctionCallNode()
[all …]
DNodes.h256 ThrowableExpressionData(unsigned divot, unsigned startOffset, unsigned endOffset) in ThrowableExpressionData()
263 void setExceptionSourceCode(unsigned divot, unsigned startOffset, unsigned endOffset) in setExceptionSourceCode()
270 uint32_t divot() const { return m_divot; } in divot() function
291 ThrowableSubExpressionData(unsigned divot, unsigned startOffset, unsigned endOffset) in ThrowableSubExpressionData()
320 ThrowablePrefixedSubExpressionData(unsigned divot, unsigned startOffset, unsigned endOffset) in ThrowablePrefixedSubExpressionData()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1609 …all(RegisterID* dst, RegisterID* func, CallArguments& callArguments, unsigned divot, unsigned star… in emitCall()
1642 …val(RegisterID* dst, RegisterID* func, CallArguments& callArguments, unsigned divot, unsigned star… in emitCallEval()
1647 …ID, RegisterID* dst, RegisterID* func, CallArguments& callArguments, unsigned divot, unsigned star… in emitCall()
1704 …terID* func, RegisterID* thisRegister, RegisterID* argCountRegister, unsigned divot, unsigned star… in emitCallVarargs()
1763 …uct(RegisterID* dst, RegisterID* func, CallArguments& callArguments, unsigned divot, unsigned star… in emitConstruct()
DBytecodeGenerator.h229 void emitExpressionInfo(unsigned divot, unsigned startOffset, unsigned endOffset) in emitExpressionInfo()
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.cpp1541 void CodeBlock::expressionRangeForBytecodeOffset(unsigned bytecodeOffset, int& divot, int& startOff… in expressionRangeForBytecodeOffset()
/external/quake/quake/src/QW/scitech/include/
Dmgraph.h1879 #define MGL_getDivot(dc,r,divot) MGL_getDivotCoord(dc,(r).left,(r).top, \ argument
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
DMGRAPH.H1879 #define MGL_getDivot(dc,r,divot) MGL_getDivotCoord(dc,(r).left,(r).top, \ argument