Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dinstruction-selector-unittest.h43 MachineType::PointerRepresentation(), in StreamBuilder()
51 MachineType::PointerRepresentation(), in StreamBuilder()
60 MachineType::PointerRepresentation(), in StreamBuilder()
70 MachineType::PointerRepresentation(), in StreamBuilder()
Dmachine-operator-unittest.cc273 return MachineType::PointerRepresentation(); in word_type()
338 return MachineType::PointerRepresentation(); in word_rep()
Dbranch-elimination-unittest.cc21 : machine_(zone(), MachineType::PointerRepresentation(), in BranchEliminationTest()
Djs-intrinsic-lowering-unittest.cc34 MachineOperatorBuilder machine(zone(), MachineType::PointerRepresentation(), in Reduce()
Dcommon-operator-reducer-unittest.cc31 MachineOperatorBuilder machine(zone(), MachineType::PointerRepresentation(), in Reduce()
Djs-builtin-reducer-unittest.cc29 MachineOperatorBuilder machine(zone(), MachineType::PointerRepresentation(), in Reduce()
/external/v8/src/
Dmachine-type.h70 static MachineRepresentation PointerRepresentation() { in PointerRepresentation() function
75 return MachineType(PointerRepresentation(), MachineSemantic::kNone); in Pointer()
Dcode-stub-assembler.cc379 StoreNoWriteBarrier(MachineType::PointerRepresentation(), top_address, in AllocateRawUnaligned()
396 Variable adjusted_size(this, MachineType::PointerRepresentation()); in AllocateRawAligned()
428 StoreNoWriteBarrier(MachineType::PointerRepresentation(), top, in AllocateRawAligned()
439 StoreNoWriteBarrier(MachineType::PointerRepresentation(), top_address, in AllocateRawAligned()
1247 Variable var_index(this, MachineType::PointerRepresentation()); in StringCharCodeAt()
Dcode-stubs.cc3253 Variable var_offset(assembler, MachineType::PointerRepresentation()); in GenerateStringRelationalComparison()
3480 Variable var_offset(assembler, MachineType::PointerRepresentation()); in GenerateStringEqual()
4011 Variable offset(assembler, MachineType::PointerRepresentation()); in GenerateFastPath()
4024 assembler->StoreNoWriteBarrier(MachineType::PointerRepresentation(), copy, in GenerateFastPath()
Dbuiltins.cc4675 Variable var_offset(assembler, MachineType::PointerRepresentation()); in Generate_StringFromCharCode()
4729 Variable var_coffset(assembler, MachineType::PointerRepresentation()); in Generate_StringFromCharCode()
/external/v8/src/compiler/
Dmemory-optimizer.cc145 MachineType::PointerRepresentation(), kNoWriteBarrier)), in VisitAllocate()
208 common()->Phi(MachineType::PointerRepresentation(), 2), vtrue, vfalse, in VisitAllocate()
216 MachineType::PointerRepresentation(), kNoWriteBarrier)), in VisitAllocate()
257 MachineType::PointerRepresentation(), kNoWriteBarrier)), in VisitAllocate()
Dinstruction-selector-impl.h156 MachineRepresentation rep = MachineType::PointerRepresentation(); in UsePointerLocation()
Dmachine-operator.h192 MachineRepresentation word = MachineType::PointerRepresentation(),
Dcode-assembler.cc53 MachineType::PointerRepresentation(), in CodeAssembler()
Draw-machine-assembler.h41 MachineRepresentation word = MachineType::PointerRepresentation(),
Dinstruction.h1329 return MachineType::PointerRepresentation(); in DefaultRepresentation()
Dpipeline.cc101 graph_zone_, MachineType::PointerRepresentation(), in PipelineData()
Dsimplified-lowering.cc1184 return VisitLeaf(node, MachineType::PointerRepresentation()); in VisitNode()
2043 return VisitLeaf(node, MachineType::PointerRepresentation()); in VisitNode()
Dwasm-compiler.cc3162 graph_zone(), MachineType::PointerRepresentation(), in WasmCompilationUnit()
/external/v8/test/cctest/compiler/
Dtest-multiple-return.cc77 desc, MachineType::PointerRepresentation(), in TEST()
Dgraph-builder-tester.h27 main_machine_(zone, MachineType::PointerRepresentation(), in GraphAndBuilders()
Dcodegen-tester.h40 MachineType::PointerRepresentation(), in HandleAndZoneScope()
Dtest-machine-operator-reducer.cc59 machine(main_zone(), MachineType::PointerRepresentation(), flags), in ReducerTester()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc34 interpreted_frame_pointer_(this, MachineType::PointerRepresentation()), in InterpreterAssembler()
686 StoreNoWriteBarrier(MachineType::PointerRepresentation(), counters_table, in TraceBytecodeDispatch()
/external/v8/test/cctest/wasm/
Dtest-run-wasm.cc1778 MachineOperatorBuilder machine(&zone, MachineType::PointerRepresentation(), in TestBuildGraphForSimpleExpression()