Home
last modified time | relevance | path

Searched defs:LOperand (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dlithium.h39 LOperand() : value_(KindField::encode(INVALID)) { } in LOperand() function
67 LOperand(Kind kind, int index) { ConvertTo(kind, index); } in LOperand() function
Dlithium-allocator.h27 class LOperand; variable