/external/webkit/Source/JavaScriptCore/jit/ |
D | JITPropertyAccess32_64.cpp | 59 stubCall.addArgument(base); in emit_op_put_by_index() 60 stubCall.addArgument(Imm32(property)); in emit_op_put_by_index() 61 stubCall.addArgument(value); in emit_op_put_by_index() 72 stubCall.addArgument(base); in emit_op_put_getter() 73 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(property))); in emit_op_put_getter() 74 stubCall.addArgument(function); in emit_op_put_getter() 85 stubCall.addArgument(base); in emit_op_put_setter() 86 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(property))); in emit_op_put_setter() 87 stubCall.addArgument(function); in emit_op_put_setter() 98 stubCall.addArgument(base); in emit_op_del_by_id() [all …]
|
D | JITPropertyAccess.cpp | 136 stubCall.addArgument(base, regT2); in emitSlow_op_get_by_val() 137 stubCall.addArgument(property, regT2); in emitSlow_op_get_by_val() 184 stubCall.addArgument(base, regT2); in emitSlow_op_get_by_pname() 185 stubCall.addArgument(property, regT2); in emitSlow_op_get_by_pname() 226 stubCall.addArgument(currentInstruction[1].u.operand, regT2); in emit_op_put_by_index() 227 stubCall.addArgument(TrustedImm32(currentInstruction[2].u.operand)); in emit_op_put_by_index() 228 stubCall.addArgument(currentInstruction[3].u.operand, regT2); in emit_op_put_by_index() 235 stubCall.addArgument(currentInstruction[1].u.operand, regT2); in emit_op_put_getter() 236 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(currentInstruction[2].u.operand))); in emit_op_put_getter() 237 stubCall.addArgument(currentInstruction[3].u.operand, regT2); in emit_op_put_getter() [all …]
|
D | JITCall.cpp | 97 stubCall.addArgument(regT0); in compileOpCallVarargsSlowCase() 98 stubCall.addArgument(regT2); in compileOpCallVarargsSlowCase() 99 stubCall.addArgument(regT1); in compileOpCallVarargsSlowCase() 119 stubCall.addArgument(callee, regT0); in compileOpCall() 120 stubCall.addArgument(JIT::Imm32(registerOffset)); in compileOpCall() 121 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCall() 154 stubCall.addArgument(regT0); in compileOpCallSlowCase() 155 stubCall.addArgument(JIT::Imm32(registerOffset)); in compileOpCallSlowCase() 156 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCallSlowCase() 176 stubCall.addArgument(callee, regT0); in compileOpCall() [all …]
|
D | JITArithmetic.cpp | 78 stubCall.addArgument(regT0); in emitSlow_op_lshift() 79 stubCall.addArgument(regT2); in emitSlow_op_lshift() 128 stubCall.addArgument(regT0); in emitSlow_op_rshift() 129 stubCall.addArgument(op2, regT2); in emitSlow_op_rshift() 138 stubCall.addArgument(op1, regT0); in emitSlow_op_rshift() 139 stubCall.addArgument(regT2); in emitSlow_op_rshift() 143 stubCall.addArgument(regT0); in emitSlow_op_rshift() 144 stubCall.addArgument(regT2); in emitSlow_op_rshift() 240 stubCall.addArgument(op1, regT0); in emitSlow_op_urshift() 241 stubCall.addArgument(op2, regT1); in emitSlow_op_urshift() [all …]
|
D | JITOpcodes.cpp | 522 stubCall.addArgument(activation, regT2); in emit_op_tear_off_activation() 523 stubCall.addArgument(unmodifiedArgumentsRegister(arguments), regT2); in emit_op_tear_off_activation() 534 stubCall.addArgument(unmodifiedArgumentsRegister(dst), regT2); in emit_op_tear_off_arguments() 600 stubCall.addArgument(Imm32(currentInstruction[2].u.operand)); in emit_op_new_array() 601 stubCall.addArgument(Imm32(currentInstruction[3].u.operand)); in emit_op_new_array() 608 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(currentInstruction[2].u.operand))); in emit_op_resolve() 631 stubCall.addArgument(Imm32(currentInstruction[2].u.operand)); in emit_op_strcat() 632 stubCall.addArgument(Imm32(currentInstruction[3].u.operand)); in emit_op_strcat() 639 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(currentInstruction[2].u.operand))); in emit_op_resolve_base() 646 stubCall.addArgument(Imm32(currentInstruction[1].u.operand)); in emit_op_ensure_property_exists() [all …]
|
D | JITStubCall.h | 102 void addArgument(JIT::TrustedImm32 argument) in addArgument() function 108 void addArgument(JIT::TrustedImmPtr argument) in addArgument() function 114 void addArgument(JIT::RegisterID argument) in addArgument() function 121 void addArgument(const JSValue& value) in addArgument() function 129 void addArgument(JIT::RegisterID tag, JIT::RegisterID payload) in addArgument() function 137 void addArgument(unsigned srcVirtualRegister) in addArgument() function 140 addArgument(m_jit->getConstantOperand(srcVirtualRegister)); in addArgument() 145 addArgument(JIT::regT1, JIT::regT0); in addArgument() 155 … void addArgument(unsigned src, JIT::RegisterID scratchRegister) // src is a virtual register. in addArgument() function 158 addArgument(JIT::ImmPtr(JSValue::encode(m_jit->m_codeBlock->getConstant(src)))); in addArgument() [all …]
|
D | JITOpcodes32_64.cpp | 542 stubCall.addArgument(op1); in emitSlow_op_loop_if_lesseq() 543 stubCall.addArgument(op2); in emitSlow_op_loop_if_lesseq() 622 stubCall.addArgument(baseVal); in emitSlow_op_check_has_instance() 639 stubCall.addArgument(value); in emitSlow_op_instanceof() 640 stubCall.addArgument(baseVal); in emitSlow_op_instanceof() 641 stubCall.addArgument(proto); in emitSlow_op_instanceof() 736 stubCall.addArgument(currentInstruction[1].u.operand); in emit_op_tear_off_activation() 737 stubCall.addArgument(unmodifiedArgumentsRegister(currentInstruction[2].u.operand)); in emit_op_tear_off_activation() 748 stubCall.addArgument(unmodifiedArgumentsRegister(dst)); in emit_op_tear_off_arguments() 756 stubCall.addArgument(Imm32(currentInstruction[2].u.operand)); in emit_op_new_array() [all …]
|
D | JITCall32_64.cpp | 99 stubCall.addArgument(regT1, regT0); in compileOpCallVarargsSlowCase() 100 stubCall.addArgument(regT3); in compileOpCallVarargsSlowCase() 101 stubCall.addArgument(regT2); in compileOpCallVarargsSlowCase() 199 stubCall.addArgument(callee); in compileOpCall() 200 stubCall.addArgument(JIT::Imm32(registerOffset)); in compileOpCall() 201 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCall() 235 stubCall.addArgument(callee); in compileOpCallSlowCase() 236 stubCall.addArgument(JIT::Imm32(registerOffset)); in compileOpCallSlowCase() 237 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCallSlowCase() 256 stubCall.addArgument(callee); in compileOpCall() [all …]
|
D | JITArithmetic32_64.cpp | 83 stubCall.addArgument(regT1, regT0); in emitSlow_op_negate() 170 stubCall.addArgument(op1); in emitSlow_op_jnless() 171 stubCall.addArgument(op2); in emitSlow_op_jnless() 257 stubCall.addArgument(op1); in emitSlow_op_jless() 258 stubCall.addArgument(op2); in emitSlow_op_jless() 345 stubCall.addArgument(op1); in emitSlow_op_jlesseq() 346 stubCall.addArgument(op2); in emitSlow_op_jlesseq() 396 stubCall.addArgument(op1); in emitSlow_op_lshift() 397 stubCall.addArgument(op2); in emitSlow_op_lshift() 497 stubCall.addArgument(op1); in emitRightShiftSlowCase() [all …]
|
D | JIT.cpp | 98 stubCall.addArgument(regT1, regT0); // save last result registers. in emitTimeoutCheck() 122 stubCall.addArgument(currentInstruction[2].u.operand); \ 123 stubCall.addArgument(currentInstruction[3].u.operand); \ 131 stubCall.addArgument(currentInstruction[2].u.operand); \ 141 stubCall.addArgument(currentInstruction[2].u.operand, regT2); \ 142 stubCall.addArgument(currentInstruction[3].u.operand, regT2); \ 150 stubCall.addArgument(currentInstruction[2].u.operand, regT2); \
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 232 void addArgument(); 1159 addArgument(); 1326 addArgument(); 1528 addArgument(); 1626 addArgument();
|
/external/clang/include/clang/AST/ |
D | TemplateBase.h | 503 void addArgument(const TemplateArgumentLoc &Loc) { in addArgument() function
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 604 Info.addArgument(getTemplateArgs()[I]); in copyInto()
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 101 void Option::addArgument() { in addArgument() function in Option
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 106 ArgInfo.addArgument( in ReadTemplateKWAndArgsInfo() 1796 ArgInfo.addArgument(ReadTemplateArgumentLoc(F, Record, Idx)); in ReadStmtFromStream()
|
D | ASTReaderDecl.cpp | 570 TemplArgsInfo.addArgument(TemplArgLocs[i]); in VisitFunctionDecl() 609 TemplArgs.addArgument(Reader.ReadTemplateArgumentLoc(F, Record, Idx)); in VisitFunctionDecl()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 3198 Outputs.addArgument(Out); in TransformTemplateArguments() 3217 Outputs.addArgument(Out); in TransformTemplateArguments() 3233 Outputs.addArgument(Out); in TransformTemplateArguments() 3243 Outputs.addArgument(Out); in TransformTemplateArguments()
|
D | SemaTemplate.cpp | 531 TemplateArgs.addArgument(translateTemplateArgument(*this, in translateTemplateArguments() 3280 TemplateArgs.addArgument(Arg); in CheckTemplateArgumentList()
|
D | SemaDeclCXX.cpp | 5652 Args.addArgument(TemplateArgumentLoc(TemplateArgument(Element), in BuildStdInitializerList()
|
D | SemaExpr.cpp | 2730 ExplicitArgs.addArgument(TemplateArgumentLoc(Arg, ArgInfo)); in ActOnNumericConstant()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 23171 (JSC::JITStubCall::addArgument): Always use { regT1, regT0 }, to facilitate 24307 (JSC::JITStubCall::addArgument): Add version of addArgument that takes 24768 (JSC::JITStubCall::addArgument): Add a version of addArgument 24849 (JSC::JITStubCall::addArgument): 24873 (JSC::JITStubCall::addArgument): 25212 (JSC::JITStubCall::addArgument):
|
D | ChangeLog | 3612 (JSC::JITStubCall::addArgument):
|
D | ChangeLog-2009-06-16 | 3202 (JSC::JITStubCall::addArgument): 4021 (JSC::JITStubCall::addArgument):
|