/external/v8/src/compiler/ |
H A D | simplified-operator.cc | 32 MachineType BufferAccess::machine_type() const { function in class:v8::internal::compiler::BufferAccess 95 lhs.machine_type == rhs.machine_type; 109 access.machine_type); 123 os << ", " << access.machine_type << ", " << access.write_barrier_kind << "]"; 134 lhs.machine_type == rhs.machine_type; 148 access.machine_type); 155 os << ", " << access.machine_type << ", " << access.write_barrier_kind;
|
H A D | simplified-operator.h | 43 MachineType machine_type() const; 67 MachineType machine_type; // machine type of the field. member in struct:v8::internal::compiler::FieldAccess 91 MachineType machine_type; // machine type of the element. member in struct:v8::internal::compiler::ElementAccess
|
H A D | memory-optimizer.cc | 324 NodeProperties::ChangeOp(node, machine()->Load(access.machine_type)); 333 NodeProperties::ChangeOp(node, machine()->Load(access.machine_type)); 348 access.machine_type.representation(), write_barrier_kind))); 363 access.machine_type.representation(), write_barrier_kind))); 375 ElementSizeLog2Of(access.machine_type.representation());
|
H A D | store-store-elimination.cc | 179 return rep_size_of(access.machine_type.representation());
|
H A D | simplified-lowering.cc | 967 MachineType machine_type(input_info->representation(), 969 DCHECK(machine_type.representation() != 971 machine_type.semantic() == MachineSemantic::kInt32 || 972 machine_type.semantic() == MachineSemantic::kUint32); 973 (*types)[i] = machine_type; 1725 SetOutput(node, access.machine_type.representation()); 1732 access.machine_type.representation())); 1737 access.base_is_tagged, access.machine_type.representation(), 1759 output = access.machine_type().representation(); 1764 if (access.machine_type() [all...] |
H A D | js-native-context-specialization.cc | 276 field_access.machine_type = MachineType::Float64(); 326 field_access.machine_type = MachineType::Float64(); 330 field_access.machine_type = MachineType::Float64();
|
H A D | escape-analysis.cc | 1341 DCHECK_GE(ElementSizeLog2Of(access.machine_type.representation()),
|
H A D | js-create-lowering.cc | 940 access.machine_type = MachineType::Float64();
|
H A D | js-typed-lowering.cc | 1075 ElementSizeLog2Of(access.machine_type().representation()); 1122 ElementSizeLog2Of(access.machine_type().representation());
|
/external/kernel-headers/original/uapi/linux/ |
H A D | a.out.h | 15 enum machine_type { enum 45 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
|
/external/v8/test/unittests/compiler/mips/ |
H A D | instruction-selector-mips-unittest.cc | 18 MachineType machine_type; member in struct:v8::internal::compiler::__anon18954::MachInst 60 // The machine_type field in MachInst1 represents the destination type. 281 StreamBuilder m(this, MachineType::Int32(), cmp.mi.machine_type, 282 cmp.mi.machine_type); 307 const MachineType type = cmp.mi.machine_type; 333 const MachineType type = dpi.machine_type; 423 const MachineType type = dpi.machine_type; 560 const MachineType type = dpi.machine_type; 585 const MachineType type = dpi.machine_type; 611 StreamBuilder m(this, fpa.machine_type, fp [all...] |
/external/v8/test/unittests/compiler/mips64/ |
H A D | instruction-selector-mips64-unittest.cc | 17 MachineType machine_type; member in struct:v8::internal::compiler::__anon18956::MachInst 60 // The machine_type field in MachInst1 represents the destination type. 298 StreamBuilder m(this, MachineType::Int32(), cmp.mi.machine_type, 299 cmp.mi.machine_type); 321 const MachineType type = cmp.mi.machine_type; 342 const MachineType type = dpi.machine_type; 503 const MachineType type = dpi.machine_type; 733 const MachineType type = dpi.machine_type; 753 const MachineType type = dpi.machine_type; 774 StreamBuilder m(this, fpa.machine_type, fp [all...] |
/external/v8/test/unittests/compiler/arm64/ |
H A D | instruction-selector-arm64-unittest.cc | 18 MachineType machine_type; member in struct:v8::internal::compiler::__anon18926::MachInst 290 // The machine_type field in MachInst1 represents the destination type. 391 const MachineType type = dpi.machine_type; 404 const MachineType type = dpi.machine_type; 438 const MachineType type = dpi.machine_type; 441 if (shift.mi.machine_type != type) continue; 488 const MachineType type = dpi.mi.machine_type; 501 const MachineType type = dpi.mi.machine_type; 519 const MachineType type = dpi.mi.machine_type; 538 const MachineType type = dpi.mi.machine_type; 1864 MachineType machine_type; member in struct:v8::internal::compiler::__anon18927::MulDPInst [all...] |
/external/v8/src/wasm/ |
H A D | ast-decoder.h | 82 MachineType machine_type; member in struct:v8::internal::wasm::GlobalIndexOperand 88 machine_type = MachineType::None();
|
H A D | ast-decoder.cc | 152 operand.machine_type = m->module->globals[operand.index].type; 153 operand.type = WasmOpcodes::LocalTypeFor(operand.machine_type);
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win.cc | 657 int machine_type = IMAGE_FILE_MACHINE_AMD64; local 662 int machine_type = IMAGE_FILE_MACHINE_I386; local 670 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(),
|
/external/google-breakpad/src/common/windows/ |
H A D | pdb_source_line_writer.cc | 1161 DWORD machine_type; local 1163 if (global->get_machineType(&machine_type) == S_OK) { 1169 switch (machine_type) {
|
/external/v8/src/interpreter/ |
H A D | interpreter-assembler.cc | 203 MachineType machine_type = (i == 0) ? msb_type : MachineType::Uint8(); local 206 bytes[i] = Load(machine_type, BytecodeArrayTaggedPointer(), array_offset);
|
/external/v8/src/ |
H A D | code-stub-assembler.h | 180 MachineType machine_type, int additional_offset = 0,
|
H A D | code-stub-assembler.cc | 625 Node* object, Node* index_node, MachineType machine_type, 631 return Load(machine_type, object, offset); 624 LoadFixedDoubleArrayElement( Node* object, Node* index_node, MachineType machine_type, int additional_offset, ParameterMode parameter_mode) argument
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
H A D | relocs.py | 328 machine_type = f.uint16()
|
/external/v8/test/unittests/compiler/arm/ |
H A D | instruction-selector-arm-unittest.cc | 45 MachineType machine_type; member in struct:v8::internal::compiler::__anon18921::FAI 1758 StreamBuilder m(this, fai.machine_type, fai.machine_type, fai.machine_type);
|
/external/v8/test/cctest/compiler/ |
H A D | test-simplified-lowering.cc | 1300 ElementSizeLog2Of(access.machine_type.representation());
|