Home
last modified time | relevance | path

Searched refs:ArrayNew (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h170 ArrayNew, // ?_U operator new[] enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp321 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, ArrayNew, "operator new[]"); in output()
DMicrosoftDemangle.cpp606 IFK::ArrayNew, // ?_U operator new[] in translateIntrinsicFunctionCode()
/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes-inl.h407 CASE_OP(ArrayNew, "array.new") in OpcodeName()
Dwasm-opcodes.h696 V(ArrayNew, 0xfb1b, _) \
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc5266 void ArrayNew(FullDecoder* decoder, const ArrayIndexImmediate<validate>& imm, in ArrayNew() function in v8::internal::wasm::__anon3bd82aa60111::LiftoffCompiler
5339 ArrayNew(decoder, imm, rtt.type.kind(), true); in ArrayNewWithRtt()
5345 ArrayNew(decoder, imm, rtt.type.kind(), false); in ArrayNewDefault()