Home
last modified time | relevance | path

Searched refs:SetDisjointTypedElements (Results 1 – 22 of 22) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DAliasAnalysisShared.cpp87 case MDefinition::Opcode::SetDisjointTypedElements: in GetObject()
H A DMOpcodes.h208 _(SetDisjointTypedElements) \
H A DMIR.h7903 INSTRUCTION_HEADER(SetDisjointTypedElements) in INSTRUCTION_HEADER() argument
H A DCodeGenerator.cpp6852 masm.callWithABI(JS_FUNC_TO_DATA_PTR(void*, js::SetDisjointTypedElements)); in visitSetDisjointTypedElements()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMOpcodes.h196 _(SetDisjointTypedElements) \
H A DMIR.h8962 INSTRUCTION_HEADER(SetDisjointTypedElements) in INSTRUCTION_HEADER() argument
H A DCodeGenerator.cpp6456 masm.callWithABI(JS_FUNC_TO_DATA_PTR(void*, js::SetDisjointTypedElements)); in visitSetDisjointTypedElements()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DTypedArrayObject.h397 extern void SetDisjointTypedElements(
H A DSelfHosting.cpp1419 void js::SetDisjointTypedElements(TypedArrayObject* target, in SetDisjointTypedElements() function in js
1453 SetDisjointTypedElements(target, targetOffset, unsafeSrcCrossCompartment); in intrinsic_SetDisjointTypedElements()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMOpcodes.h176 _(SetDisjointTypedElements) \
H A DMIR.h8367 INSTRUCTION_HEADER(SetDisjointTypedElements) in INSTRUCTION_HEADER() argument
H A DCodeGenerator.cpp5269 masm.callWithABI(JS_FUNC_TO_DATA_PTR(void*, js::SetDisjointTypedElements)); in visitSetDisjointTypedElements()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/shared/
H A DLOpcodes-shared.h301 _(SetDisjointTypedElements) \
H A DLIR-shared.h4375 LIR_HEADER(SetDisjointTypedElements) in LIR_HEADER() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/shared/
H A DLOpcodes-shared.h349 _(SetDisjointTypedElements) \
H A DLIR-shared.h5324 LIR_HEADER(SetDisjointTypedElements) in LIR_HEADER() argument
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/shared/
H A DLOpcodes-shared.h357 _(SetDisjointTypedElements) \
H A DLIR-shared.h4331 LIR_HEADER(SetDisjointTypedElements) in LIR_HEADER() argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DTypedArrayObject.h356 SetDisjointTypedElements(TypedArrayObject* target, uint32_t targetOffset,
H A DSelfHosting.cpp1023 js::SetDisjointTypedElements(TypedArrayObject* target, uint32_t targetOffset, in SetDisjointTypedElements() function in js
1056 SetDisjointTypedElements(target, targetOffset, unsafeSrcCrossCompartment); in intrinsic_SetDisjointTypedElements()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DTypedArrayObject.h429 SetDisjointTypedElements(TypedArrayObject* target, uint32_t targetOffset,
H A DSelfHosting.cpp1562 js::SetDisjointTypedElements(TypedArrayObject* target, uint32_t targetOffset,
1595 SetDisjointTypedElements(target, targetOffset, unsafeSrcCrossCompartment);