Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-linkage.h128 bool CanAllocateFP(MachineRepresentation rep) const { in CanAllocateFP() function
/external/v8/src/compiler/
Dwasm-compiler.cc5243 if (allocator_.CanAllocateFP(rep)) { in Next()