Home
last modified time | relevance | path

Searched refs:NativeCallType (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DBaselineCacheIRCompiler.h65 enum class NativeCallType { Native, ClassHook }; enum
66 bool emitCallNativeShared(NativeCallType callType, ObjOperandId calleeId,
H A DBaselineCacheIRCompiler.cpp2396 NativeCallType callType, ObjOperandId calleeId, Int32OperandId argcId, in emitCallNativeShared()
2454 case NativeCallType::Native: { in emitCallNativeShared()
2473 case NativeCallType::ClassHook: { in emitCallNativeShared()
2504 return emitCallNativeShared(NativeCallType::Native, calleeId, argcId, flags, in emitCallNativeFunction()
2516 return emitCallNativeShared(NativeCallType::Native, calleeId, argcId, flags, in emitCallDOMFunction()
2527 return emitCallNativeShared(NativeCallType::Native, calleeId, argcId, flags, in emitCallNativeFunction()
2538 return emitCallNativeShared(NativeCallType::Native, calleeId, argcId, flags, in emitCallDOMFunction()
2550 return emitCallNativeShared(NativeCallType::ClassHook, calleeId, argcId, in emitCallClassHook()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DBaselineCacheIRCompiler.h71 enum class NativeCallType { Native, ClassHook }; enum
72 bool emitCallNativeShared(NativeCallType callType, ObjOperandId calleeId,
H A DBaselineCacheIRCompiler.cpp2620 NativeCallType callType, ObjOperandId calleeId, Int32OperandId argcId, in emitCallNativeShared()
2678 case NativeCallType::Native: { in emitCallNativeShared()
2697 case NativeCallType::ClassHook: { in emitCallNativeShared()
2728 return emitCallNativeShared(NativeCallType::Native, calleeId, argcId, flags, in emitCallNativeFunction()
2739 return emitCallNativeShared(NativeCallType::Native, calleeId, argcId, flags, in emitCallNativeFunction()
2751 return emitCallNativeShared(NativeCallType::ClassHook, calleeId, argcId, in emitCallClassHook()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DBaselineCacheIRCompiler.h65 enum class NativeCallType { Native, ClassHook }; enum
66 bool emitCallNativeShared(NativeCallType callType, ObjOperandId calleeId,
H A DBaselineCacheIRCompiler.cpp2396 NativeCallType callType, ObjOperandId calleeId, Int32OperandId argcId, in emitCallNativeShared()
2454 case NativeCallType::Native: { in emitCallNativeShared()
2473 case NativeCallType::ClassHook: { in emitCallNativeShared()
2504 return emitCallNativeShared(NativeCallType::Native, calleeId, argcId, flags, in emitCallNativeFunction()
2516 return emitCallNativeShared(NativeCallType::Native, calleeId, argcId, flags, in emitCallDOMFunction()
2527 return emitCallNativeShared(NativeCallType::Native, calleeId, argcId, flags, in emitCallNativeFunction()
2538 return emitCallNativeShared(NativeCallType::Native, calleeId, argcId, flags, in emitCallDOMFunction()
2550 return emitCallNativeShared(NativeCallType::ClassHook, calleeId, argcId, in emitCallClassHook()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DBaselineCacheIRCompiler.h87 enum class NativeCallType { Native, ClassHook }; enum
88 bool emitCallNativeShared(NativeCallType callType, ObjOperandId calleeId,
H A DBaselineCacheIRCompiler.cpp2522 NativeCallType callType, ObjOperandId calleeId, Int32OperandId argcId, in emitCallNativeShared()
2580 case NativeCallType::Native: { in emitCallNativeShared()
2602 case NativeCallType::ClassHook: { in emitCallNativeShared()
2633 return emitCallNativeShared(NativeCallType::Native, calleeId, argcId, flags, in emitCallNativeFunction()
2645 return emitCallNativeShared(NativeCallType::Native, calleeId, argcId, flags, in emitCallDOMFunction()
2656 return emitCallNativeShared(NativeCallType::Native, calleeId, argcId, flags, in emitCallNativeFunction()
2667 return emitCallNativeShared(NativeCallType::Native, calleeId, argcId, flags, in emitCallDOMFunction()
2679 return emitCallNativeShared(NativeCallType::ClassHook, calleeId, argcId, in emitCallClassHook()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/android/jni/
H A DNatives.h274 void (Impl::*) (Args...)>::Type>::Type NativeCallType;
277 NativeCallType mNativeCall;
340 NativeCallType nativeCall,
358 bool IsTarget(NativeCallType call) const { return call == mNativeCall; }
363 void SetTarget(NativeCallType call) { mNativeCall = call; }
/dports/lang/spidermonkey78/firefox-78.9.0/widget/android/jni/
H A DNatives.h370 using NativeCallType = std::conditional_t<
379 NativeCallType mNativeCall;
438 ProxyNativeCall(ThisArgJNIType thisArg, NativeCallType nativeCall,
458 bool IsTarget(NativeCallType call) const { return call == mNativeCall; }
466 void SetTarget(NativeCallType call) { mNativeCall = call; }
/dports/lang/spidermonkey60/firefox-60.9.0/widget/android/jni/
H A DNatives.h368 void (Impl::*)(Args...)>::Type>::Type NativeCallType;
371 NativeCallType mNativeCall;
430 ProxyNativeCall(ThisArgJNIType thisArg, NativeCallType nativeCall,
450 bool IsTarget(NativeCallType call) const { return call == mNativeCall; }
458 void SetTarget(NativeCallType call) { mNativeCall = call; }
/dports/mail/thunderbird/thunderbird-91.8.0/widget/android/jni/
H A DNatives.h1171 using NativeCallType = std::conditional_t<
1180 NativeCallType mNativeCall;
1242 ProxyNativeCall(ThisArgJNIType thisArg, NativeCallType nativeCall,
1262 bool IsTarget(NativeCallType call) const { return call == mNativeCall; }
1270 void SetTarget(NativeCallType call) { mNativeCall = call; }
/dports/www/firefox/firefox-99.0/widget/android/jni/
H A DNatives.h1170 using NativeCallType = std::conditional_t<
1179 NativeCallType mNativeCall;
1242 ProxyNativeCall(ThisArgJNIType thisArg, NativeCallType nativeCall,
1262 bool IsTarget(NativeCallType call) const { return call == mNativeCall; }
1270 void SetTarget(NativeCallType call) { mNativeCall = call; }
/dports/www/firefox-esr/firefox-91.8.0/widget/android/jni/
H A DNatives.h1171 using NativeCallType = std::conditional_t<
1180 NativeCallType mNativeCall;
1242 ProxyNativeCall(ThisArgJNIType thisArg, NativeCallType nativeCall,
1262 bool IsTarget(NativeCallType call) const { return call == mNativeCall; }
1270 void SetTarget(NativeCallType call) { mNativeCall = call; }