Home
last modified time | relevance | path

Searched refs:inlinePropertyTable_ (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMIR.h10683 InlinePropertyTable* inlinePropertyTable_; variable
10690 inlinePropertyTable_(nullptr) in MGetPropertyCache()
10706 MOZ_ASSERT(inlinePropertyTable_ == nullptr); in INSTRUCTION_HEADER()
10708 return inlinePropertyTable_; in INSTRUCTION_HEADER()
10712 inlinePropertyTable_ = nullptr; in clearInlinePropertyTable()
10716 return inlinePropertyTable_; in propTable()
10756 if (inlinePropertyTable_) in appendRoots()
10757 return inlinePropertyTable_->appendRoots(roots); in appendRoots()
11034 InlinePropertyTable* inlinePropertyTable_; variable
11038 inlinePropertyTable_(table) in MObjectGroupDispatch()
[all …]
H A DMIR.cpp5591 if (inlinePropertyTable_ && !inlinePropertyTable_->appendRoots(roots)) in appendRoots()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DMIR.h8560 InlinePropertyTable* inlinePropertyTable_; variable
8566 inlinePropertyTable_(nullptr) { in MGetPropertyCache()
8582 MOZ_ASSERT(inlinePropertyTable_ == nullptr); in INSTRUCTION_HEADER()
8583 inlinePropertyTable_ = new (alloc) InlinePropertyTable(alloc, pc); in INSTRUCTION_HEADER()
8584 return inlinePropertyTable_; in INSTRUCTION_HEADER()
8587 void clearInlinePropertyTable() { inlinePropertyTable_ = nullptr; } in clearInlinePropertyTable()
8589 InlinePropertyTable* propTable() const { return inlinePropertyTable_; } in propTable()
8617 if (inlinePropertyTable_) { in appendRoots()
8618 return inlinePropertyTable_->appendRoots(roots); in appendRoots()
8897 InlinePropertyTable* inlinePropertyTable_; variable
[all …]
H A DMIR.cpp5296 if (inlinePropertyTable_ && !inlinePropertyTable_->appendRoots(roots)) { in appendRoots()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DMIR.h9243 InlinePropertyTable* inlinePropertyTable_; variable
9249 inlinePropertyTable_(nullptr) { in MGetPropertyCache()
9265 MOZ_ASSERT(inlinePropertyTable_ == nullptr); in INSTRUCTION_HEADER()
9266 inlinePropertyTable_ = new (alloc) InlinePropertyTable(alloc, pc); in INSTRUCTION_HEADER()
9267 return inlinePropertyTable_; in INSTRUCTION_HEADER()
9270 void clearInlinePropertyTable() { inlinePropertyTable_ = nullptr; } in clearInlinePropertyTable()
9272 InlinePropertyTable* propTable() const { return inlinePropertyTable_; } in propTable()
9298 if (inlinePropertyTable_) return inlinePropertyTable_->appendRoots(roots); in appendRoots()
9565 InlinePropertyTable* inlinePropertyTable_; variable
9570 inlinePropertyTable_(table) {} in MObjectGroupDispatch()
[all …]
H A DMIR.cpp5135 if (inlinePropertyTable_ && !inlinePropertyTable_->appendRoots(roots)) in appendRoots()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMIR.h10359 InlinePropertyTable* inlinePropertyTable_; variable
10366 inlinePropertyTable_(nullptr) in MGetPropertyCache()
10385 MOZ_ASSERT(inlinePropertyTable_ == nullptr); in initInlinePropertyTable()
10386 inlinePropertyTable_ = new(alloc) InlinePropertyTable(alloc, pc); in initInlinePropertyTable()
10387 return inlinePropertyTable_; in initInlinePropertyTable()
10391 inlinePropertyTable_ = nullptr; in clearInlinePropertyTable()
10395 return inlinePropertyTable_; in propTable()
10722 InlinePropertyTable* inlinePropertyTable_; variable
10726 inlinePropertyTable_(table) in MObjectGroupDispatch()
10739 return inlinePropertyTable_; in propTable()