Home
last modified time | relevance | path

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

/external/v8/src/
Daddress-map.h92 bool is_source() const { return bitfield_ == kSourceValue; } in is_source() function
/external/v8/test/cctest/compiler/
Dtest-gap-resolver.cc201 InstructionOperand CreateRandomOperand(bool is_source) { in CreateRandomOperand()