Home
last modified time | relevance | path

Searched refs:stubSpace (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DJitScript.cpp621 ICStubSpace* stubSpace = jitScriptStubSpace(); in createAllocSite() local
623 static_cast<gc::AllocSite*>(stubSpace->alloc(sizeof(gc::AllocSite))); in createAllocSite()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DJitScript.cpp642 ICStubSpace* stubSpace = jitScriptStubSpace(); in createAllocSite() local
644 static_cast<gc::AllocSite*>(stubSpace->alloc(sizeof(gc::AllocSite))); in createAllocSite()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DJitScript.cpp621 ICStubSpace* stubSpace = jitScriptStubSpace(); in createAllocSite() local
623 static_cast<gc::AllocSite*>(stubSpace->alloc(sizeof(gc::AllocSite))); in createAllocSite()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcodeHeapState.cpp698 size_t stubSpace = 0; in aggregate() local
1017 stubSpace += hb_bytelen; in aggregate()
1082 stubSpace += hb_bytelen; in aggregate()
1143 …city, %10.3f%% of max_capacity", stubSpace/(size_t)K, nBlocks_stub, (100.0*stubSpace)/size… in aggregate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/code/
H A DcodeHeapState.cpp695 size_t stubSpace = 0; in aggregate() local
973 stubSpace += hb_bytelen; in aggregate()
1039 stubSpace += hb_bytelen; in aggregate()
1102 …city, %10.3f%% of max_capacity", stubSpace/(size_t)K, nBlocks_stub, (100.0*stubSpace)/size… in aggregate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcodeHeapState.cpp698 size_t stubSpace = 0; in aggregate() local
1017 stubSpace += hb_bytelen; in aggregate()
1082 stubSpace += hb_bytelen; in aggregate()
1143 …city, %10.3f%% of max_capacity", stubSpace/(size_t)K, nBlocks_stub, (100.0*stubSpace)/size… in aggregate()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/code/
H A DcodeHeapState.cpp696 size_t stubSpace = 0; in aggregate() local
1015 stubSpace += hb_bytelen; in aggregate()
1080 stubSpace += hb_bytelen; in aggregate()
1141 …city, %10.3f%% of max_capacity", stubSpace/(size_t)K, nBlocks_stub, (100.0*stubSpace)/size… in aggregate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A DcodeHeapState.cpp696 size_t stubSpace = 0; in aggregate() local
1015 stubSpace += hb_bytelen; in aggregate()
1080 stubSpace += hb_bytelen; in aggregate()
1141 …city, %10.3f%% of max_capacity", stubSpace/(size_t)K, nBlocks_stub, (100.0*stubSpace)/size… in aggregate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/code/
H A DcodeHeapState.cpp603 size_t stubSpace = 0; in aggregate() local
881 stubSpace += hb_bytelen; in aggregate()
947 stubSpace += hb_bytelen; in aggregate()
1010 …city, %10.3f%% of max_capacity", stubSpace/(size_t)K, nBlocks_stub, (100.0*stubSpace)/size… in aggregate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/code/
H A DcodeHeapState.cpp696 size_t stubSpace = 0; in aggregate() local
974 stubSpace += hb_bytelen; in aggregate()
1040 stubSpace += hb_bytelen; in aggregate()
1103 …city, %10.3f%% of max_capacity", stubSpace/(size_t)K, nBlocks_stub, (100.0*stubSpace)/size… in aggregate()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/code/
H A DcodeHeapState.cpp695 size_t stubSpace = 0; in aggregate() local
973 stubSpace += hb_bytelen; in aggregate()
1039 stubSpace += hb_bytelen; in aggregate()
1102 …city, %10.3f%% of max_capacity", stubSpace/(size_t)K, nBlocks_stub, (100.0*stubSpace)/size… in aggregate()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBaselineJIT.h381 void adoptFallbackStubs(FallbackICStubSpace* stubSpace);
H A DBaselineDebugModeOSR.cpp759 ICStubSpace* stubSpace = ICStubCompiler::StubSpaceForKind(oldStub->kind(), entry.script); in CloneOldBaselineStub() local
768 entry.newStub = IC##kindName::Clone(cx, stubSpace, firstMonitorStub, \ in CloneOldBaselineStub()
H A DBaselineJIT.cpp765 BaselineScript::adoptFallbackStubs(FallbackICStubSpace* stubSpace) in adoptFallbackStubs() argument
767 fallbackStubSpace_.adoptFrom(stubSpace); in adoptFallbackStubs()
H A DIonCode.h581 void adoptFallbackStubs(FallbackICStubSpace* stubSpace);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBaselineDebugModeOSR.cpp766 ICStubSpace* stubSpace = ICStubCompiler::StubSpaceForKind(oldStub->kind(), entry.script, in CloneOldBaselineStub() local
776 entry.newStub = IC##kindName::Clone(cx, stubSpace, firstMonitorStub, \ in CloneOldBaselineStub()
H A DBaselineJIT.h398 void adoptFallbackStubs(FallbackICStubSpace* stubSpace);
H A DBaselineJIT.cpp805 BaselineScript::adoptFallbackStubs(FallbackICStubSpace* stubSpace) in adoptFallbackStubs() argument
807 fallbackStubSpace_.adoptFrom(stubSpace); in adoptFallbackStubs()
H A DIonCode.h585 void adoptFallbackStubs(FallbackICStubSpace* stubSpace);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBaselineDebugModeOSR.cpp749 ICStubSpace* stubSpace = ICStubCompiler::StubSpaceForStub( in CloneOldBaselineStub() local
759 entry.newStub = IC##kindName::Clone(cx, stubSpace, firstMonitorStub, \ in CloneOldBaselineStub()
H A DBaselineJIT.h367 void adoptFallbackStubs(FallbackICStubSpace* stubSpace);
H A DBaselineJIT.cpp705 void BaselineScript::adoptFallbackStubs(FallbackICStubSpace* stubSpace) { in adoptFallbackStubs() argument
706 fallbackStubSpace_.adoptFrom(stubSpace); in adoptFallbackStubs()
H A DIonCode.h487 void adoptFallbackStubs(FallbackICStubSpace* stubSpace);
H A DBaselineCacheIRCompiler.cpp2217 ICStubSpace* stubSpace = ICStubCompiler::StubSpaceForStub( in AttachBaselineCacheIRStub() local
2219 void* newStubMem = stubSpace->alloc(bytesNeeded); in AttachBaselineCacheIRStub()
2248 if (!newStub->initUpdatingChain(cx, stubSpace)) { in AttachBaselineCacheIRStub()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DBaselineCacheIRCompiler.cpp2151 ICStubSpace* stubSpace = in AttachBaselineCacheIRStub() local
2153 void* newStubMem = stubSpace->alloc(bytesNeeded); in AttachBaselineCacheIRStub()
2191 if (!newStub->initUpdatingChain(cx, stubSpace)) { in AttachBaselineCacheIRStub()

12