Searched refs:addVar (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h432 RegisterID* addVar(const Identifier& ident, bool isConstant) function in class:JSC::BytecodeGenerator
435 addVar(ident, isConstant, local);
440 bool addVar(const Identifier&, bool isConstant, RegisterID*&);
443 RegisterID* addVar() function in class:JSC::BytecodeGenerator
H A DBytecodeGenerator.cpp163 bool BytecodeGenerator::addVar(const Identifier& ident, bool isConstant, RegisterID*& r0) function in class:JSC::BytecodeGenerator
174 r0 = addVar();
357 m_activationRegister = addVar();
365 RegisterID* unmodifiedArgumentsRegister = addVar(); // Anonymous, so it can't be modified by user code.
366 RegisterID* argumentsRegister = addVar(propertyNames().arguments, false); // Can be changed by assigning to 'arguments'.
408 emitNewFunction(addVar(ident, false), function);
414 addVar(ident, varStack[i].second & DeclarationStacks::IsConstant);
431 RefPtr<RegisterID> reg = addVar(ident, false);
446 addVar(ident, varStack[i].second & DeclarationStacks::IsConstant);
/external/webkit/Source/JavaScriptCore/parser/
H A DSyntaxChecker.h211 void addVar(const Identifier*, bool) { } function in class:JSC::SyntaxChecker
H A DJSParser.cpp793 context.addVar(name, (hasInitializer || (!m_allowsIn && match(INTOKEN))) ? DeclarationStacks::HasInitializer : 0);
826 context.addVar(name, DeclarationStacks::IsConstant | (hasInitializer ? DeclarationStacks::HasInitializer : 0));
H A DASTBuilder.h493 void addVar(const Identifier* ident, int attrs) function in class:JSC::ASTBuilder
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h823 extern void ML_(addVar)( struct _DebugInfo* di,
H A Dstorage.c856 void ML_(addVar)( struct _DebugInfo* di, function
879 VG_(printf)(" ML_(addVar): level %d %#lx-%#lx %s :: ",
925 "warning: addVar: in range %#lx .. %#lx outside "
953 VG_(message)(Vg_DebugMsg, "warning: addVar: %s (%s)\n",
962 "di.storage.addVar.1",
973 ML_(dinfo_zalloc), "di.storage.addVar.2",
988 nyu->vars = VG_(newXA)( ML_(dinfo_zalloc), "di.storage.addVar.3",
H A Dreaddwarf3.c126 ML_(addVar) and add_var_to_arange: quite a lot of DiAddrRanges have
3446 DebugInfo; instead their contents are handed to ML_(addVar) and
3686 starting to hand variables to ML_(addVar), since if ML_(addVar)
3733 each var and hand it to ML_(addVar). */
3741 VG_(printf)("<%lx> addVar: level %d: %s :: ",
3842 /* Ok. So we're going to keep it. Call ML_(addVar) once for
3900 ML_(addVar)(
/external/clang/lib/Analysis/
H A DCFG.cpp184 void addVar(VarDecl *VD) { function in class:__anon3537::LocalScope
957 Scope->addVar(VD);

Completed in 282 milliseconds