Searched refs:ArrayVector (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
D | optimized-compilation-info.cc | 144 if (name_vec.empty()) name_vec = base::ArrayVector("unknown"); in GetDebugName()
|
/third_party/node/deps/v8/src/strings/ |
D | string-stream.h | 166 Add(format, base::ArrayVector(elems)); in Add()
|
/third_party/node/deps/v8/src/wasm/ |
D | streaming-decoder.cc | 378 return base::ArrayVector(byte_buffer_); in buffer() 403 return base::ArrayVector(byte_buffer_); in buffer()
|
D | wasm-debug.cc | 401 frame->function_index(), base::ArrayVector(kFloodingBreakpoints), 0); in FloodWithBreakpoints()
|
D | function-body-decoder-impl.h | 3854 base::ArrayVector(inputs), &result); 3868 base::ArrayVector(inputs), &result);
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-date.cc | 691 SNPrintF(base::ArrayVector(buffer), "%04d-%02d-%02dT%02d:%02d:%02d.%03dZ", in BUILTIN() 694 SNPrintF(base::ArrayVector(buffer), "-%06d-%02d-%02dT%02d:%02d:%02d.%03dZ", in BUILTIN() 697 SNPrintF(base::ArrayVector(buffer), "+%06d-%02d-%02dT%02d:%02d:%02d.%03dZ", in BUILTIN()
|
/third_party/node/deps/v8/src/base/ |
D | vector.h | 281 inline constexpr Vector<T> ArrayVector(T (&arr)[N]) { in ArrayVector() function
|
/third_party/node/deps/v8/src/objects/ |
D | call-site-info.cc | 785 SNPrintF(base::ArrayVector(buffer), "0x%x", in SerializeWasmStackFrame()
|
/third_party/node/deps/v8/src/parsing/ |
D | parser.h | 789 DoubleToCString(double_value, base::ArrayVector(array));
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.h | 339 return Return(base::ArrayVector(arr)); in Return()
|
D | pipeline.cc | 3353 OptimizedCompilationInfo info(base::ArrayVector("testing"), sequence->zone(), in AllocateRegistersForTesting()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 6678 ? base::ArrayVector(kSteppingBreakpoints) in GenerateLiftoffDebugSideTable()
|