Home
last modified time | relevance | path

Searched refs:RepresentationFor (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.h802 MachineRepresentation RepresentationFor(int virtual_register);
Dregister-allocator.cc1402 MachineRepresentation RegisterAllocationData::RepresentationFor( in RepresentationFor() function in v8::internal::compiler::RegisterAllocationData
1415 result = NewLiveRange(index, RepresentationFor(index)); in GetOrCreateLiveRangeFor()
1601 rep = data()->RepresentationFor(virtual_register); in AllocateFixed()