Home
last modified time | relevance | path

Searched refs:unboxedArg (Results 1 – 3 of 3) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMIR.h9384 bool unboxedThis, bool unboxedArg) in MArrayConcat() argument
9389 unboxedArg_(unboxedArg) in MArrayConcat()
9401 bool unboxedThis, bool unboxedArg) in INSTRUCTION_HEADER()
9404 initialHeap, unboxedThis, unboxedArg); in INSTRUCTION_HEADER()
9419 bool unboxedArg() const { in unboxedArg() function
9425 … AliasSet::BoxedOrUnboxedElements(unboxedArg() ? JSVAL_TYPE_INT32 : JSVAL_TYPE_MAGIC) | in getAliasSet()
H A DMCallOptimize.cpp768 bool unboxedArg = (argClasp == &UnboxedArrayObject::class_); in inlineArrayConcat() local
842 unboxedThis, unboxedArg); in inlineArrayConcat()
H A DCodeGenerator.cpp7429 if (lir->mir()->unboxedArg()) { in visitArrayConcat()