OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operand_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
lithium-allocator.h
249
LOperand* operand() const { return
operand_
; }
250
bool HasOperand() const { return
operand_
!= NULL; }
264
LOperand*
operand_
;
member in class:v8::internal::UsePosition
lithium-allocator.cc
60
:
operand_
(operand),
66
if (
operand_
!= NULL &&
operand_
->IsUnallocated()) {
67
LUnallocated* unalloc = LUnallocated::cast(
operand_
);
[
all
...]
Completed in 245 milliseconds