Searched refs:CONSTANT_SIZE (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/regexp/mips64/ |
D | regexp-macro-assembler-mips64.cc | 379 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE); in CheckNotBackReferenceIgnoreCase() 727 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE); in GetCode() 895 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE); in GetCode() 925 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE); in GetCode() 1139 __ li(a1, Operand(masm_->CodeObject()), CONSTANT_SIZE); in CallCheckStackGuardState()
|
/external/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.cc | 342 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE); in CheckNotBackReferenceIgnoreCase() 690 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE); in GetCode() 857 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE); in GetCode() 887 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE); in GetCode() 1101 __ li(a1, Operand(masm_->CodeObject()), CONSTANT_SIZE); in CallCheckStackGuardState()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 225 __ li(kScratchReg, Operand(loc, RelocInfo::CODE_TARGET), CONSTANT_SIZE); in GenerateCall()
|
D | macro-assembler-mips.h | 76 CONSTANT_SIZE = 1 enumerator
|
D | macro-assembler-mips.cc | 3873 li(t9, Operand(target_int, rmode), CONSTANT_SIZE); in Call() 4774 li(t8, CodeObject(), CONSTANT_SIZE); in EnterExitFrame()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 226 __ li(kScratchReg, Operand(loc, RelocInfo::CODE_TARGET), CONSTANT_SIZE); in GenerateCall()
|
D | macro-assembler-mips64.h | 79 CONSTANT_SIZE = 1, enumerator
|
D | macro-assembler-mips64.cc | 5159 li(t8, CodeObject(), CONSTANT_SIZE); in EnterExitFrame()
|