Home
last modified time | relevance | path

Searched refs:runtime_flags (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-flags.cc19 int runtime_flags) { in Encode() argument
20 uint8_t result = FlagsBits::encode(runtime_flags); in Encode()
26 uint8_t CreateObjectLiteralFlags::Encode(int runtime_flags, in Encode() argument
28 uint8_t result = FlagsBits::encode(runtime_flags); in Encode()
Dbytecode-flags.h24 static uint8_t Encode(bool use_fast_shallow_clone, int runtime_flags);
35 static uint8_t Encode(int runtime_flags, bool fast_clone_supported);
/external/kernel-headers/original/uapi/rdma/hfi/
Dhfi1_ioctl.h82 __aligned_u64 runtime_flags; /* chip/drv runtime flags (HFI1_CAP_*) */ member
/external/v8/src/
Dcode-stub-assembler.cc1164 Node* runtime_flags = SmiConstant( in AllocateRaw() local
1169 SmiTag(size_in_bytes), runtime_flags); in AllocateRaw()
1200 Node* runtime_flags = SmiConstant( in AllocateRaw() local
1205 SmiTag(size_in_bytes), runtime_flags); in AllocateRaw()