Searched refs:Representation (Results 76 - 100 of 111) sorted by relevance

12345

/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.h164 void Load(Register dst, const MemOperand& src, Representation r);
165 void Store(Register src, const MemOperand& dst, Representation r);
H A Dlithium-arm.h2211 Representation representation() const {
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.h280 void Load(const Register& rt, const MemOperand& addr, Representation r);
281 void Store(const Register& rt, const MemOperand& addr, Representation r);
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.h271 void Load(Register dst, const MemOperand& src, Representation r);
272 void Store(Register src, const MemOperand& dst, Representation r);
H A Dlithium-mips.h2175 Representation representation() const {
/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.h292 void Load(Register dst, const MemOperand& src, Representation r);
293 void Store(Register src, const MemOperand& dst, Representation r);
H A Dlithium-mips64.h2159 Representation representation() const {
/external/chromium_org/v8/src/
H A Ddeoptimizer.h815 SlotRepresentation Representation() { return representation_; } function in class:v8::internal::BASE_EMBEDDED
H A Djson-parser.h392 Representation expected_representation = details.representation();
H A Dobjects-debug.cc265 Representation r = descriptors->GetDetails(i).representation();
H A Dtypes.h157 V(Representation, 0xff800000u) \
H A Dhydrogen.h2510 Representation representation() const { return lookup_.representation(); }
2524 void GeneralizeRepresentation(Representation r) {
H A Dobjects-inl.h279 Representation representation) {
298 Representation representation) {
2951 Representation representation) {
/external/chromium_org/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc343 Representation representation = details.representation();
/external/chromium_org/v8/src/ic/arm64/
H A Dhandler-compiler-arm64.cc392 Representation representation = details.representation();
/external/chromium_org/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc341 Representation representation = details.representation();
/external/chromium_org/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc337 Representation representation = details.representation();
/external/chromium_org/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc337 Representation representation = details.representation();
/external/chromium_org/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc336 Representation representation = details.representation();
/external/chromium_org/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc341 Representation representation = details.representation();
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h1653 Representation key_representation,
2203 Representation representation() const {
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc37 void MacroAssembler::Load(Register dst, const Operand& src, Representation r) {
53 void MacroAssembler::Store(Register src, const Operand& dst, Representation r) {
H A Dlithium-ia32.h1698 Representation key_representation,
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc37 void MacroAssembler::Load(Register dst, const Operand& src, Representation r) {
53 void MacroAssembler::Store(Register src, const Operand& dst, Representation r) {
H A Dlithium-x87.h1708 Representation key_representation,

Completed in 449 milliseconds

12345