Home
last modified time | relevance | path

Searched refs:CallSize (Results 1 – 25 of 34) sorted by relevance

12

/external/v8/src/x64/
Dmacro-assembler-x64.h1055 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
Dmacro-assembler-x64.cc3252 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/
Dmacro-assembler-arm64.cc1939 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()
Dmacro-assembler-arm64.h1201 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/
Dmacro-assembler-arm.cc62 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()
Dmacro-assembler-arm.h99 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/
Dmacro-assembler-ppc.cc79 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()
Dmacro-assembler-ppc.h118 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/
Ddeoptimizer-mips64.cc65 int call_size_in_bytes = MacroAssembler::CallSize(deopt_entry, in PatchCodeForDeoptimization()
Dmacro-assembler-mips64.h213 static int CallSize(Register target, COND_ARGS);
215 static int CallSize(Address target, RelocInfo::Mode rmode, COND_ARGS);
217 int CallSize(Handle<Code> code,
Dmacro-assembler-mips64.cc3928 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/
Ddeoptimizer-mips.cc65 int call_size_in_bytes = MacroAssembler::CallSize(deopt_entry, in PatchCodeForDeoptimization()
Dmacro-assembler-mips.h185 static int CallSize(Register target, COND_ARGS);
187 static int CallSize(Address target, RelocInfo::Mode rmode, COND_ARGS);
189 int CallSize(Handle<Code> code,
Dmacro-assembler-mips.cc3740 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/
Dassembler-x87.h837 int CallSize(const Operand& adr);
840 int CallSize(Handle<Code> code, RelocInfo::Mode mode);
Dassembler-x87.cc1424 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
Dmacro-assembler-x87.cc2061 call_wrapper.BeforeCall(CallSize(adaptor, RelocInfo::CODE_TARGET)); in InvokePrologue()
2147 call_wrapper.BeforeCall(CallSize(code)); in InvokeFunctionCode()
/external/v8/src/s390/
Dmacro-assembler-s390.cc67 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()
Dmacro-assembler-s390.h172 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/
Dassembler-ia32.h844 int CallSize(const Operand& adr);
847 int CallSize(Handle<Code> code, RelocInfo::Mode mode);
Dassembler-ia32.cc1553 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
Dmacro-assembler-ia32.cc2121 call_wrapper.BeforeCall(CallSize(adaptor, RelocInfo::CODE_TARGET)); in InvokePrologue()
2207 call_wrapper.BeforeCall(CallSize(code)); in InvokeFunctionCode()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc661 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/
Dlithium-codegen-mips.cc3560 generator.BeforeCall(__ CallSize(code, RelocInfo::CODE_TARGET)); in DoCallWithDescriptor()
3565 generator.BeforeCall(__ CallSize(target)); in DoCallWithDescriptor()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc1982 generator.BeforeCall(__ CallSize(code, RelocInfo::CODE_TARGET)); in DoCallWithDescriptor()
1990 generator.BeforeCall(__ CallSize(target)); in DoCallWithDescriptor()

12