HomeSort by relevance Sort by last modified time
    Searched defs:registerID (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/dfg/
DFGSpeculativeJIT.h 242 MacroAssembler::RegisterID registerID()
284 MacroAssembler::RegisterID registerID()
325 MacroAssembler::RegisterID registerID()
DFGJITCodeGenerator.h 162 JITCompiler::RegisterID reg = JITCompiler::gprToRegisterID(gpr);
169 JITCompiler::RegisterID reg = JITCompiler::gprToRegisterID(gpr);
228 JITCompiler::RegisterID reg = JITCompiler::gprToRegisterID(info.gpr());
308 void bitOp(NodeType op, int32_t imm, MacroAssembler::RegisterID op1, MacroAssembler::RegisterID result)
324 void bitOp(NodeType op, MacroAssembler::RegisterID op1, MacroAssembler::RegisterID op2, MacroAssembler::RegisterID result)
340 void shiftOp(NodeType op, MacroAssembler::RegisterID op1, int32_t shiftAmount, MacroAssembler::RegisterID result
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 163 bool BytecodeGenerator::addVar(const Identifier& ident, bool isConstant, RegisterID*& r0)
178 bool BytecodeGenerator::addGlobalVar(const Identifier& ident, bool isConstant, RegisterID*& r0)
290 RegisterID* dst = addGlobalVar(function->ident(), false);
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'.
431 RefPtr<RegisterID> reg = addVar(ident, false);
467 RefPtr<RegisterID> func = newTemporary();
468 RefPtr<RegisterID> funcProto = newTemporary();
536 RegisterID* BytecodeGenerator::emitInitLazyRegister(RegisterID* reg
    [all...]

Completed in 152 milliseconds