Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-graph-verifier.cc105 MachineType::PointerRepresentation(); in Run()
138 MachineType::PointerRepresentation(); in Run()
142 MachineType::PointerRepresentation(); in Run()
276 node, 0, MachineType::PointerRepresentation()); in Run()
371 node, 1, MachineType::PointerRepresentation()); in Run()
376 node, 1, MachineType::PointerRepresentation()); in Run()
392 node, 1, MachineType::PointerRepresentation()); in Run()
489 MachineType::PointerRepresentation()) { in CheckValueInputIsTaggedOrPointer()
618 MachineType::PointerRepresentation() in GetRepresentationProperties()
623 MachineType::PointerRepresentation() in GetRepresentationProperties()
Dmemory-optimizer.cc178 MachineType::PointerRepresentation(), kNoWriteBarrier)), in VisitAllocate()
241 common()->Phi(MachineType::PointerRepresentation(), 2), vtrue, vfalse, in VisitAllocate()
249 MachineType::PointerRepresentation(), kNoWriteBarrier)), in VisitAllocate()
290 MachineType::PointerRepresentation(), kNoWriteBarrier)), in VisitAllocate()
Dmachine-operator.h205 MachineRepresentation word = MachineType::PointerRepresentation(), in NON_EXPORTED_BASE()
Dload-elimination.cc928 if (rep != MachineType::PointerRepresentation()) { in FieldIndexOf()
Dinstruction-selector.cc1147 return MarkAsRepresentation(MachineType::PointerRepresentation(), node), in VisitNode()
1393 MarkAsRepresentation(MachineType::PointerRepresentation(), node); in VisitNode()
Dsimplified-lowering.cc862 return MachineType::PointerRepresentation(); in GetOutputInfoForPhi()
1381 return VisitLeaf(node, MachineType::PointerRepresentation()); in VisitNode()
1387 VisitLeaf(node, MachineType::PointerRepresentation()); in VisitNode()
Dinstruction.h1390 return MachineType::PointerRepresentation(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h42 MachineRepresentation word = MachineType::PointerRepresentation(),
Dcode-assembler.cc56 MachineType::PointerRepresentation(), in CodeAssembler()
Dpipeline.cc107 graph_zone_, MachineType::PointerRepresentation(), in PipelineData()
Dwasm-compiler.cc3377 graph_zone(), MachineType::PointerRepresentation(), in WasmCompilationUnit()
/external/v8/src/
Dmachine-type.h83 static MachineRepresentation PointerRepresentation() { in PointerRepresentation() function
88 return MachineType(PointerRepresentation(), MachineSemantic::kNone); in Pointer()
Dcode-stub-assembler.cc146 MachineType::PointerRepresentation()), in WordIsPowerOfTwo()
758 StoreNoWriteBarrier(MachineType::PointerRepresentation(), top_address, in AllocateRawUnaligned()
775 Variable adjusted_size(this, MachineType::PointerRepresentation()); in AllocateRawAligned()
807 StoreNoWriteBarrier(MachineType::PointerRepresentation(), top, in AllocateRawAligned()
818 StoreNoWriteBarrier(MachineType::PointerRepresentation(), top_address, in AllocateRawAligned()
1823 MachineType::PointerRepresentation(), start_address, end_address, in StoreFieldsNoWriteBarrier()
2027 Variable var_from_offset(this, MachineType::PointerRepresentation()); in CopyFixedArrayElements()
2032 Variable var_to_offset(this, MachineType::PointerRepresentation()); in CopyFixedArrayElements()
2153 Variable current_to_offset(this, MachineType::PointerRepresentation()); in CopyStringCharacters()
2167 BuildFastLoop(vars, MachineType::PointerRepresentation(), from_offset, in CopyStringCharacters()
[all …]
Dcode-stubs.cc2272 Variable offset(assembler, MachineType::PointerRepresentation()); in GenerateFastPath()
2285 assembler->StoreNoWriteBarrier(MachineType::PointerRepresentation(), copy, in GenerateFastPath()
2519 Variable map_index(assembler, MachineType::PointerRepresentation()); in Generate()
2693 assembler->StoreNoWriteBarrier(MachineType::PointerRepresentation(), in Generate()
/external/v8/src/ic/
Dkeyed-store-generic.cc115 Variable var_target_map(this, MachineType::PointerRepresentation()); in TryRewriteElements()
512 Variable var_index(this, MachineType::PointerRepresentation()); in KeyedStoreGeneric()
/external/v8/src/builtins/
Dbuiltins-regexp.cc305 Variable var_from_cursor(a, MachineType::PointerRepresentation()); in ConstructNewResultFromMatchInfo()
306 Variable var_to_cursor(a, MachineType::PointerRepresentation()); in ConstructNewResultFromMatchInfo()
604 Variable var_length(a, MachineType::PointerRepresentation()); in Generate_RegExpPrototypeFlagsGetter()
605 Variable var_flags(a, MachineType::PointerRepresentation()); in Generate_RegExpPrototypeFlagsGetter()
692 Variable var_offset(a, MachineType::PointerRepresentation()); in Generate_RegExpPrototypeFlagsGetter()
1717 Variable var_i(a, MachineType::PointerRepresentation()); in ReplaceGlobalCallableFastPath()
1804 MachineType::PointerRepresentation(), from, to, in ReplaceGlobalCallableFastPath()
Dbuiltins-array.cc1290 Variable len_var(assembler, MachineType::PointerRepresentation()), in Generate_ArrayIncludes()
1291 index_var(assembler, MachineType::PointerRepresentation()), in Generate_ArrayIncludes()
1292 start_from_var(assembler, MachineType::PointerRepresentation()); in Generate_ArrayIncludes()
1735 Variable len_var(assembler, MachineType::PointerRepresentation()), in Generate_ArrayIndexOf()
1736 index_var(assembler, MachineType::PointerRepresentation()), in Generate_ArrayIndexOf()
1737 start_from_var(assembler, MachineType::PointerRepresentation()); in Generate_ArrayIndexOf()
Dbuiltins-string.cc127 Variable var_offset(assembler, MachineType::PointerRepresentation()); in GenerateStringEqual()
263 Variable var_offset(assembler, MachineType::PointerRepresentation()); in GenerateStringRelationalComparison()
459 Variable max_index(assembler, MachineType::PointerRepresentation()); in Generate_StringFromCharCode()
Dbuiltins-conversion.cc412 MachineType::PointerRepresentation()); in Generate_ToObject()
Dbuiltins-object.cc38 Variable var_index(assembler, MachineType::PointerRepresentation()); in Generate_ObjectHasOwnProperty()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc34 bytecode_offset_(this, MachineType::PointerRepresentation()), in InterpreterAssembler()
35 interpreted_frame_pointer_(this, MachineType::PointerRepresentation()), in InterpreterAssembler()
973 Variable var_bytecode(this, MachineType::PointerRepresentation()); in StarDispatchLookahead()
1240 StoreNoWriteBarrier(MachineType::PointerRepresentation(), counters_table, in TraceBytecodeDispatch()