Searched refs:is_cow (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-literals.cc | 469 const bool is_cow = (constant_elements_values->map(isolate) == in CreateArrayLiteral() local 471 if (is_cow) { in CreateArrayLiteral()
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | attr.rs | 1260 if is_cow(&field.ty, is_str) { in from_ast() 1277 } else if is_cow(&field.ty, is_slice_u8) { in from_ast() 1666 fn is_cow(ty: &syn::Type, elem: fn(&syn::Type) -> bool) -> bool { in is_cow() functions
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | attr.rs | 1260 if is_cow(&field.ty, is_str) { in from_ast() 1277 } else if is_cow(&field.ty, is_slice_u8) { in from_ast() 1666 fn is_cow(ty: &syn::Type, elem: fn(&syn::Type) -> bool) -> bool { in is_cow() functions
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 4377 Label done(this, {&var_result}), is_cow(this), 4390 &is_cow, &new_space_handler); 4392 BIND(&is_cow);
|
Completed in 20 milliseconds