Home
last modified time | relevance | path

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

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