HomeSort by relevance Sort by last modified time
    Searched refs:use_fast_shallow_clone (Results 1 - 4 of 4) sorted by null

  /external/v8/src/interpreter/
bytecode-flags.cc 14 uint8_t CreateArrayLiteralFlags::Encode(bool use_fast_shallow_clone,
17 result |= FastShallowCloneBit::encode(use_fast_shallow_clone);
bytecode-flags.h 19 static uint8_t Encode(bool use_fast_shallow_clone, int runtime_flags);
bytecode-generator.cc 1747 bool use_fast_shallow_clone = local
    [all...]
interpreter.cc 2110 Node* use_fast_shallow_clone = __ Word32And( local
    [all...]

Completed in 542 milliseconds