Home
last modified time | relevance | path

Searched refs:bytecodeTypeMap (Results 1 – 20 of 20) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DJitScript-inl.h82 return BytecodeTypes(script, pc, bytecodeTypeMap(), bytecodeTypeMapHint(), in bytecodeTypes()
H A DJitScript.h333 uint32_t* bytecodeTypeMap() { in alignas()
H A DIonBuilder.h1042 uint32_t* bytecodeTypeMap; variable
H A DIonBuilder.cpp154 bytecodeTypeMap(nullptr), in IonBuilder()
812 bytecodeTypeMap = script()->jitScript()->bytecodeTypeMap(); in init()
12958 return JitScript::BytecodeTypes(script(), pc, bytecodeTypeMap, &typeArrayHint, in bytecodeTypes()
H A DBaselineIC.cpp241 IsTypeInferenceEnabled() ? bytecodeTypeMap() : nullptr; in initICEntriesAndBytecodeTypeMap()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBaselineJIT.h440 uint32_t* bytecodeTypeMap() { in bytecodeTypeMap() function
H A DIonBuilder.cpp141 bytecodeTypeMap(nullptr), in IonBuilder()
787 bytecodeTypeMap = script()->baselineScript()->bytecodeTypeMap(); in init()
789bytecodeTypeMap = alloc_->lifoAlloc()->newArrayUninitialized<uint32_t>(script()->nTypeSets()); in init()
790 if (!bytecodeTypeMap) in init()
792 FillBytecodeTypeMap(script(), bytecodeTypeMap); in init()
13638 return TypeScript::BytecodeTypes(script(), pc, bytecodeTypeMap, &typeArrayHint, typeArray); in bytecodeTypes()
H A DIonBuilder.h1106 uint32_t* bytecodeTypeMap; variable
H A DBaselineCompiler.cpp273 uint32_t* bytecodeMap = baselineScript->bytecodeTypeMap(); in compile()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DTypeInference-inl.h558 uint32_t* hint = script->baselineScript()->bytecodeTypeMap() + script->nTypeSets(); in BytecodeTypes()
559 return BytecodeTypes(script, pc, script->baselineScript()->bytecodeTypeMap(), in BytecodeTypes()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DTypeInference-inl.h552 uint32_t* hint = script->baselineScript()->bytecodeTypeMap() + script->nTypeSets(); in BytecodeTypes()
553 return BytecodeTypes(script, pc, script->baselineScript()->bytecodeTypeMap(), in BytecodeTypes()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBaselineJIT.h463 uint32_t* bytecodeTypeMap() { in bytecodeTypeMap() function
H A DIonBuilder.cpp137 bytecodeTypeMap(nullptr), in IonBuilder()
790 bytecodeTypeMap = script()->baselineScript()->bytecodeTypeMap(); in init()
792bytecodeTypeMap = alloc_->lifoAlloc()->newArrayUninitialized<uint32_t>(script()->nTypeSets()); in init()
793 if (!bytecodeTypeMap) in init()
795 FillBytecodeTypeMap(script(), bytecodeTypeMap); in init()
14256 return TypeScript::BytecodeTypes(script(), pc, bytecodeTypeMap, &typeArrayHint, typeArray); in bytecodeTypes()
H A DIonBuilder.h1187 uint32_t* bytecodeTypeMap; variable
H A DBaselineCompiler.cpp269 uint32_t* bytecodeMap = baselineScript->bytecodeTypeMap(); in compile()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DTypeInference-inl.h495 script->baselineScript()->bytecodeTypeMap() + script->nTypeSets(); in BytecodeTypes()
496 return BytecodeTypes(script, pc, script->baselineScript()->bytecodeTypeMap(), in BytecodeTypes()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBaselineJIT.h432 uint32_t* bytecodeTypeMap() { in bytecodeTypeMap() function
H A DIonBuilder.cpp135 bytecodeTypeMap(nullptr), in IonBuilder()
697 bytecodeTypeMap = script()->baselineScript()->bytecodeTypeMap(); in init()
699 bytecodeTypeMap = alloc_->lifoAlloc()->newArrayUninitialized<uint32_t>( in init()
701 if (!bytecodeTypeMap) return abort(AbortReason::Alloc); in init()
702 FillBytecodeTypeMap(script(), bytecodeTypeMap); in init()
12498 return TypeScript::BytecodeTypes(script(), pc, bytecodeTypeMap, in bytecodeTypes()
H A DIonBuilder.h1078 uint32_t* bytecodeTypeMap; variable
H A DBaselineCompiler.cpp248 uint32_t* bytecodeMap = baselineScript->bytecodeTypeMap(); in compile()