HomeSort by relevance Sort by last modified time
    Searched refs:GenericBinaryOpStub (Results 1 - 4 of 4) sorted by null

  /external/v8/src/mips/
code-stubs-mips.cc 265 void GenericBinaryOpStub::HandleBinaryOpSlowCases(MacroAssembler* masm,
282 void GenericBinaryOpStub::HandleNonSmiBitwiseOp(MacroAssembler* masm,
289 void GenericBinaryOpStub::Generate(MacroAssembler* masm) {
294 void GenericBinaryOpStub::GenerateTypeTransition(MacroAssembler* masm) {
300 GenericBinaryOpStub stub(key, type_info);
code-stubs-mips.h 66 class GenericBinaryOpStub : public CodeStub {
70 GenericBinaryOpStub(Token::Value op,
84 GenericBinaryOpStub(int key, BinaryOpIC::TypeInfo type_info)
211 PrintF("GenericBinaryOpStub (%s)\n", Token::String(op_));
213 PrintF("GenericBinaryOpStub (%s by %d)\n",
codegen-mips.h 451 GenericBinaryOpStub::kUnknownIntValue);
456 GenericBinaryOpStub::kUnknownIntValue);
codegen-mips.cc 1203 const char* GenericBinaryOpStub::GetName() {

Completed in 133 milliseconds