Home
last modified time | relevance | path

Searched refs:Prototype_Int64_General (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/jit/arm64/vixl/
H A DMozSimulator-vixl.cpp647 typedef int64_t (*Prototype_Int64_General)(int64_t); typedef
1033 reinterpret_cast<Prototype_Int64_General>( in VisitCallRedirection()
/dports/www/firefox/firefox-99.0/js/src/jit/arm/
H A DSimulator-arm.cpp2426 typedef int64_t (*Prototype_Int64_General)(int32_t); typedef
3131 Prototype_Int64_General target = in softwareInterrupt()
3132 reinterpret_cast<Prototype_Int64_General>(external); in softwareInterrupt()
/dports/www/firefox/firefox-99.0/js/src/jit/mips64/
H A DSimulator-mips64.cpp2001 typedef int64_t (*Prototype_Int64_General)(int64_t); typedef
2422 int64_t ret = reinterpret_cast<Prototype_Int64_General>(nativeFn)(arg0); in softwareInterrupt()
/dports/www/firefox/firefox-99.0/js/src/jit/loong64/
H A DSimulator-loong64.cpp2242 typedef int64_t (*Prototype_Int64_General)(int64_t); typedef
2832 int64_t ret = reinterpret_cast<Prototype_Int64_General>(nativeFn)(arg0); in softwareInterrupt()