/external/v8/src/x64/ |
D | macro-assembler-x64.h | 1055 int CallSize(Address destination) { in CallSize() function 1058 int CallSize(ExternalReference ext); 1059 int CallSize(Handle<Code> code_object) { in CallSize() function 1063 int CallSize(Register target) { in CallSize() function 1067 int CallSize(const Operand& target) { in CallSize() function
|
D | macro-assembler-x64.cc | 3252 int MacroAssembler::CallSize(ExternalReference ext) { in CallSize() function in v8::internal::MacroAssembler 3261 int end_position = pc_offset() + CallSize(ext); in Call() 3283 int end_position = pc_offset() + CallSize(destination); in Call() 3297 int end_position = pc_offset() + CallSize(code_object); in Call() 4313 call_wrapper.BeforeCall(CallSize(code)); in InvokeFunctionCode() 4377 call_wrapper.BeforeCall(CallSize(adaptor)); in InvokePrologue()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 1939 AssertSizeOfCodeGeneratedSince(&start_call, CallSize(target)); in Call() 1954 AssertSizeOfCodeGeneratedSince(&start_call, CallSize(target)); in Call() 1987 AssertSizeOfCodeGeneratedSince(&start_call, CallSize(target, rmode)); in Call() 2010 AssertSizeOfCodeGeneratedSince(&start_call, CallSize(code, rmode, ast_id)); in Call() 2015 int MacroAssembler::CallSize(Register target) { in CallSize() function in v8::internal::MacroAssembler 2021 int MacroAssembler::CallSize(Label* target) { in CallSize() function in v8::internal::MacroAssembler 2027 int MacroAssembler::CallSize(Address target, RelocInfo::Mode rmode) { in CallSize() function in v8::internal::MacroAssembler 2041 int MacroAssembler::CallSize(Handle<Code> code, in CallSize() function in v8::internal::MacroAssembler 2413 call_wrapper.BeforeCall(CallSize(adaptor)); in InvokePrologue() 2505 call_wrapper.BeforeCall(CallSize(code)); in InvokeFunctionCode()
|
D | macro-assembler-arm64.h | 1201 static int CallSize(Register target); 1202 static int CallSize(Label* target); 1203 static int CallSize(Address target, RelocInfo::Mode rmode); 1204 static int CallSize(Handle<Code> code,
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 62 int MacroAssembler::CallSize(Register target, Condition cond) { in CallSize() function in v8::internal::MacroAssembler 73 DCHECK_EQ(CallSize(target, cond), SizeOfCodeGeneratedSince(&start)); in Call() 77 int MacroAssembler::CallSize( in CallSize() function in v8::internal::MacroAssembler 88 return CallSize(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id, cond); in CallStubSize() 109 int expected_size = CallSize(target, rmode, cond); in Call() 133 int MacroAssembler::CallSize(Handle<Code> code, in CallSize() function in v8::internal::MacroAssembler 138 return CallSize(reinterpret_cast<Address>(code.location()), rmode, cond); in CallSize() 1619 call_wrapper.BeforeCall(CallSize(adaptor)); in InvokePrologue() 1708 call_wrapper.BeforeCall(CallSize(code)); in InvokeFunctionCode()
|
D | macro-assembler-arm.h | 99 static int CallSize(Register target, Condition cond = al); 100 int CallSize(Address target, RelocInfo::Mode rmode, Condition cond = al); 116 int CallSize(Handle<Code> code,
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 79 int MacroAssembler::CallSize(Register target) { return 2 * kInstrSize; } in CallSize() function in v8::internal::MacroAssembler 91 DCHECK_EQ(CallSize(target), SizeOfCodeGeneratedSince(&start)); in Call() 101 int MacroAssembler::CallSize(Address target, RelocInfo::Mode rmode, in CallSize() function in v8::internal::MacroAssembler 123 int expected_size = CallSize(target, rmode, cond); in Call() 141 int MacroAssembler::CallSize(Handle<Code> code, RelocInfo::Mode rmode, in CallSize() function in v8::internal::MacroAssembler 144 return CallSize(reinterpret_cast<Address>(code.location()), rmode, cond); in CallSize() 156 int expected_size = CallSize(code, rmode, ast_id, cond); in Call() 1393 call_wrapper.BeforeCall(CallSize(adaptor)); in InvokePrologue() 1482 call_wrapper.BeforeCall(CallSize(code)); in InvokeFunctionCode()
|
D | macro-assembler-ppc.h | 118 static int CallSize(Register target); 119 int CallSize(Address target, RelocInfo::Mode rmode, Condition cond = al); 133 int CallSize(Handle<Code> code,
|
/external/v8/src/mips64/ |
D | deoptimizer-mips64.cc | 65 int call_size_in_bytes = MacroAssembler::CallSize(deopt_entry, in PatchCodeForDeoptimization()
|
D | macro-assembler-mips64.h | 213 static int CallSize(Register target, COND_ARGS); 215 static int CallSize(Address target, RelocInfo::Mode rmode, COND_ARGS); 217 int CallSize(Handle<Code> code,
|
D | macro-assembler-mips64.cc | 3928 int MacroAssembler::CallSize(Register target, in CallSize() function in v8::internal::MacroAssembler 3981 CHECK_EQ(size + CallSize(target, cond, rs, rt, bd), in Call() 3987 int MacroAssembler::CallSize(Address target, in CallSize() function in v8::internal::MacroAssembler 3993 int size = CallSize(t9, cond, rs, rt, bd); in CallSize() 4010 DCHECK_EQ(CallSize(target, rmode, cond, rs, rt, bd), in Call() 4015 int MacroAssembler::CallSize(Handle<Code> code, in CallSize() function in v8::internal::MacroAssembler 4023 return CallSize(reinterpret_cast<Address>(code.location()), in CallSize() 4045 DCHECK_EQ(CallSize(code, rmode, ast_id, cond, rs, rt, bd), in Call() 5066 call_wrapper.BeforeCall(CallSize(adaptor)); in InvokePrologue() 5154 call_wrapper.BeforeCall(CallSize(code)); in InvokeFunctionCode()
|
/external/v8/src/mips/ |
D | deoptimizer-mips.cc | 65 int call_size_in_bytes = MacroAssembler::CallSize(deopt_entry, in PatchCodeForDeoptimization()
|
D | macro-assembler-mips.h | 185 static int CallSize(Register target, COND_ARGS); 187 static int CallSize(Address target, RelocInfo::Mode rmode, COND_ARGS); 189 int CallSize(Handle<Code> code,
|
D | macro-assembler-mips.cc | 3740 int MacroAssembler::CallSize(Register target, in CallSize() function in v8::internal::MacroAssembler 3793 CHECK_EQ(size + CallSize(target, cond, rs, rt, bd), in Call() 3799 int MacroAssembler::CallSize(Address target, in CallSize() function in v8::internal::MacroAssembler 3805 int size = CallSize(t9, cond, rs, rt, bd); in CallSize() 3822 DCHECK_EQ(CallSize(target, rmode, cond, rs, rt, bd), in Call() 3827 int MacroAssembler::CallSize(Handle<Code> code, in CallSize() function in v8::internal::MacroAssembler 3835 return CallSize(reinterpret_cast<Address>(code.location()), in CallSize() 3857 DCHECK_EQ(CallSize(code, rmode, ast_id, cond, rs, rt, bd), in Call() 4860 call_wrapper.BeforeCall(CallSize(adaptor)); in InvokePrologue() 4948 call_wrapper.BeforeCall(CallSize(code)); in InvokeFunctionCode()
|
/external/v8/src/x87/ |
D | assembler-x87.h | 837 int CallSize(const Operand& adr); 840 int CallSize(Handle<Code> code, RelocInfo::Mode mode);
|
D | assembler-x87.cc | 1424 int Assembler::CallSize(const Operand& adr) { in CallSize() function in v8::internal::Assembler 1437 int Assembler::CallSize(Handle<Code> code, RelocInfo::Mode rmode) { in CallSize() function in v8::internal::Assembler
|
D | macro-assembler-x87.cc | 2061 call_wrapper.BeforeCall(CallSize(adaptor, RelocInfo::CODE_TARGET)); in InvokePrologue() 2147 call_wrapper.BeforeCall(CallSize(code)); in InvokeFunctionCode()
|
/external/v8/src/s390/ |
D | macro-assembler-s390.cc | 67 int MacroAssembler::CallSize(Register target) { return 2; } // BASR in CallSize() function in v8::internal::MacroAssembler 76 DCHECK_EQ(CallSize(target), SizeOfCodeGeneratedSince(&start)); in Call() 84 int MacroAssembler::CallSize(Address target, RelocInfo::Mode rmode, in CallSize() function in v8::internal::MacroAssembler 116 int expected_size = CallSize(target, rmode, cond); in Call() 127 int MacroAssembler::CallSize(Handle<Code> code, RelocInfo::Mode rmode, in CallSize() function in v8::internal::MacroAssembler 139 int expected_size = CallSize(code, rmode, ast_id, cond); in Call() 1296 call_wrapper.BeforeCall(CallSize(adaptor)); in InvokePrologue() 1383 call_wrapper.BeforeCall(CallSize(code)); in InvokeFunctionCode()
|
D | macro-assembler-s390.h | 172 static int CallSize(Register target); 173 int CallSize(Address target, RelocInfo::Mode rmode, Condition cond = al); 187 int CallSize(Handle<Code> code,
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 844 int CallSize(const Operand& adr); 847 int CallSize(Handle<Code> code, RelocInfo::Mode mode);
|
D | assembler-ia32.cc | 1553 int Assembler::CallSize(const Operand& adr) { in CallSize() function in v8::internal::Assembler 1566 int Assembler::CallSize(Handle<Code> code, RelocInfo::Mode rmode) { in CallSize() function in v8::internal::Assembler
|
D | macro-assembler-ia32.cc | 2121 call_wrapper.BeforeCall(CallSize(adaptor, RelocInfo::CODE_TARGET)); in InvokePrologue() 2207 call_wrapper.BeforeCall(CallSize(code)); in InvokeFunctionCode()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 661 int size = masm()->CallSize(code, mode); in CallCodeSize() 3585 generator.BeforeCall(__ CallSize(code, RelocInfo::CODE_TARGET)); in DoCallWithDescriptor() 3597 generator.BeforeCall(__ CallSize(target)); in DoCallWithDescriptor()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 3560 generator.BeforeCall(__ CallSize(code, RelocInfo::CODE_TARGET)); in DoCallWithDescriptor() 3565 generator.BeforeCall(__ CallSize(target)); in DoCallWithDescriptor()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 1982 generator.BeforeCall(__ CallSize(code, RelocInfo::CODE_TARGET)); in DoCallWithDescriptor() 1990 generator.BeforeCall(__ CallSize(target)); in DoCallWithDescriptor()
|