Home
last modified time | relevance | path

Searched defs:bce (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DBytecodeControlStructures.cpp18 NestableControl::NestableControl(BytecodeEmitter* bce, StatementKind kind) in NestableControl()
23 BreakableControl::BreakableControl(BytecodeEmitter* bce, StatementKind kind) in BreakableControl()
28 bool BreakableControl::patchBreaks(BytecodeEmitter* bce) { in patchBreaks()
32 LabelControl::LabelControl(BytecodeEmitter* bce, TaggedParserAtomIndex label, in LabelControl()
38 LoopControl::LoopControl(BytecodeEmitter* bce, StatementKind loopKind) in LoopControl()
48 bool LoopControl::emitContinueTarget(BytecodeEmitter* bce) { in emitContinueTarget()
54 bool LoopControl::emitLoopHead(BytecodeEmitter* bce, in emitLoopHead()
84 bool LoopControl::emitLoopEnd(BytecodeEmitter* bce, JSOp op, in emitLoopEnd()
108 TryFinallyControl::TryFinallyControl(BytecodeEmitter* bce, StatementKind kind) in TryFinallyControl()
H A DEmitterScope.cpp26 EmitterScope::EmitterScope(BytecodeEmitter* bce) in EmitterScope()
35 bool EmitterScope::ensureCache(BytecodeEmitter* bce) { in ensureCache()
39 bool EmitterScope::checkSlotLimits(BytecodeEmitter* bce, in checkSlotLimits()
84 bool EmitterScope::putNameInCache(BytecodeEmitter* bce, in putNameInCache()
141 bool EmitterScope::nameCanBeFree(BytecodeEmitter* bce, in nameCanBeFree()
274 void EmitterScope::dump(BytecodeEmitter* bce) { in dump()
679 bool EmitterScope::enterGlobal(BytecodeEmitter* bce, in enterGlobal()
812 bool EmitterScope::enterModule(BytecodeEmitter* bce, in enterModule()
879 bool EmitterScope::enterWith(BytecodeEmitter* bce) { in enterWith()
990 NameLocation EmitterScope::lookup(BytecodeEmitter* bce, in lookup()
[all …]
H A DForOfLoopControl.cpp20 ForOfLoopControl::ForOfLoopControl(BytecodeEmitter* bce, int32_t iterDepth, in ForOfLoopControl()
28 bool ForOfLoopControl::emitBeginCodeNeedingIteratorClose(BytecodeEmitter* bce) { in emitBeginCodeNeedingIteratorClose()
42 bool ForOfLoopControl::emitEndCodeNeedingIteratorClose(BytecodeEmitter* bce) { in emitEndCodeNeedingIteratorClose()
137 BytecodeEmitter* bce, in emitIteratorCloseInInnermostScopeWithTryNote()
149 BytecodeEmitter* bce, EmitterScope& currentScope, in emitIteratorCloseInScope()
165 BytecodeEmitter* bce, EmitterScope& currentScope, bool isTarget, in emitPrepareForNonLocalJumpFromScope()
H A DTDZCheckCache.cpp18 TDZCheckCache::TDZCheckCache(BytecodeEmitter* bce) in TDZCheckCache()
22 bool TDZCheckCache::ensureCache(BytecodeEmitter* bce) { in ensureCache()
26 Maybe<MaybeCheckTDZ> TDZCheckCache::needsTDZCheck(BytecodeEmitter* bce, in needsTDZCheck()
55 bool TDZCheckCache::noteTDZCheck(BytecodeEmitter* bce, in noteTDZCheck()
H A DIfEmitter.cpp17 BranchEmitterBase::BranchEmitterBase(BytecodeEmitter* bce, in BranchEmitterBase()
21 IfEmitter::IfEmitter(BytecodeEmitter* bce, LexicalKind lexicalKind) in IfEmitter()
24 IfEmitter::IfEmitter(BytecodeEmitter* bce) in IfEmitter()
229 InternalIfEmitter::InternalIfEmitter(BytecodeEmitter* bce) in InternalIfEmitter()
237 CondEmitter::CondEmitter(BytecodeEmitter* bce) in CondEmitter()
H A DNameOpEmitter.cpp20 NameOpEmitter::NameOpEmitter(BytecodeEmitter* bce, TaggedParserAtomIndex name, in NameOpEmitter()
24 NameOpEmitter::NameOpEmitter(BytecodeEmitter* bce, TaggedParserAtomIndex name, in NameOpEmitter()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBytecodeControlStructures.cpp18 NestableControl::NestableControl(BytecodeEmitter* bce, StatementKind kind) in NestableControl()
23 BreakableControl::BreakableControl(BytecodeEmitter* bce, StatementKind kind) in BreakableControl()
28 bool BreakableControl::patchBreaks(BytecodeEmitter* bce) { in patchBreaks()
32 LabelControl::LabelControl(BytecodeEmitter* bce, JSAtom* label, in LabelControl()
38 LoopControl::LoopControl(BytecodeEmitter* bce, StatementKind loopKind) in LoopControl()
48 bool LoopControl::emitContinueTarget(BytecodeEmitter* bce) { in emitContinueTarget()
54 bool LoopControl::emitLoopHead(BytecodeEmitter* bce, in emitLoopHead()
84 bool LoopControl::emitLoopEnd(BytecodeEmitter* bce, JSOp op, in emitLoopEnd()
108 TryFinallyControl::TryFinallyControl(BytecodeEmitter* bce, StatementKind kind) in TryFinallyControl()
H A DForOfLoopControl.cpp20 ForOfLoopControl::ForOfLoopControl(BytecodeEmitter* bce, int32_t iterDepth, in ForOfLoopControl()
28 bool ForOfLoopControl::emitBeginCodeNeedingIteratorClose(BytecodeEmitter* bce) { in emitBeginCodeNeedingIteratorClose()
42 bool ForOfLoopControl::emitEndCodeNeedingIteratorClose(BytecodeEmitter* bce) { in emitEndCodeNeedingIteratorClose()
137 BytecodeEmitter* bce, in emitIteratorCloseInInnermostScopeWithTryNote()
149 BytecodeEmitter* bce, EmitterScope& currentScope, in emitIteratorCloseInScope()
165 BytecodeEmitter* bce, EmitterScope& currentScope, bool isTarget, in emitPrepareForNonLocalJumpFromScope()
H A DEmitterScope.cpp23 EmitterScope::EmitterScope(BytecodeEmitter* bce) in EmitterScope()
32 bool EmitterScope::ensureCache(BytecodeEmitter* bce) { in ensureCache()
36 bool EmitterScope::checkSlotLimits(BytecodeEmitter* bce, in checkSlotLimits()
63 void EmitterScope::updateFrameFixedSlots(BytecodeEmitter* bce, in updateFrameFixedSlots()
339 bool EmitterScope::internScopeCreationData(BytecodeEmitter* bce, in internScopeCreationData()
360 bool EmitterScope::appendScopeNote(BytecodeEmitter* bce) { in appendScopeNote()
370 bool EmitterScope::deadZoneFrameSlotRange(BytecodeEmitter* bce, in deadZoneFrameSlotRange()
397 void EmitterScope::dump(BytecodeEmitter* bce) { in dump()
742 bool EmitterScope::enterGlobal(BytecodeEmitter* bce, in enterGlobal()
886 bool EmitterScope::enterModule(BytecodeEmitter* bce, in enterModule()
[all …]
H A DTDZCheckCache.cpp18 TDZCheckCache::TDZCheckCache(BytecodeEmitter* bce) in TDZCheckCache()
22 bool TDZCheckCache::ensureCache(BytecodeEmitter* bce) { in ensureCache()
26 Maybe<MaybeCheckTDZ> TDZCheckCache::needsTDZCheck(BytecodeEmitter* bce, in needsTDZCheck()
55 bool TDZCheckCache::noteTDZCheck(BytecodeEmitter* bce, JSAtom* name, in noteTDZCheck()
H A DIfEmitter.cpp17 BranchEmitterBase::BranchEmitterBase(BytecodeEmitter* bce, Kind kind) in BranchEmitterBase()
20 IfEmitter::IfEmitter(BytecodeEmitter* bce, Kind kind) in IfEmitter()
23 IfEmitter::IfEmitter(BytecodeEmitter* bce) in IfEmitter()
224 InternalIfEmitter::InternalIfEmitter(BytecodeEmitter* bce) in InternalIfEmitter()
232 CondEmitter::CondEmitter(BytecodeEmitter* bce) in CondEmitter()
H A DNameOpEmitter.cpp20 NameOpEmitter::NameOpEmitter(BytecodeEmitter* bce, Handle<JSAtom*> name, in NameOpEmitter()
24 NameOpEmitter::NameOpEmitter(BytecodeEmitter* bce, Handle<JSAtom*> name, in NameOpEmitter()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DBytecodeControlStructures.cpp17 NestableControl::NestableControl(BytecodeEmitter* bce, StatementKind kind) in NestableControl()
22 BreakableControl::BreakableControl(BytecodeEmitter* bce, StatementKind kind) in BreakableControl()
27 bool BreakableControl::patchBreaks(BytecodeEmitter* bce) { in patchBreaks()
31 LabelControl::LabelControl(BytecodeEmitter* bce, TaggedParserAtomIndex label, in LabelControl()
37 LoopControl::LoopControl(BytecodeEmitter* bce, StatementKind loopKind) in LoopControl()
47 bool LoopControl::emitContinueTarget(BytecodeEmitter* bce) { in emitContinueTarget()
53 bool LoopControl::emitLoopHead(BytecodeEmitter* bce, in emitLoopHead()
83 bool LoopControl::emitLoopEnd(BytecodeEmitter* bce, JSOp op, in emitLoopEnd()
107 TryFinallyControl::TryFinallyControl(BytecodeEmitter* bce, StatementKind kind) in TryFinallyControl()
H A DEmitterScope.cpp25 EmitterScope::EmitterScope(BytecodeEmitter* bce) in EmitterScope()
34 bool EmitterScope::ensureCache(BytecodeEmitter* bce) { in ensureCache()
38 bool EmitterScope::checkSlotLimits(BytecodeEmitter* bce, in checkSlotLimits()
83 bool EmitterScope::putNameInCache(BytecodeEmitter* bce, in putNameInCache()
140 bool EmitterScope::nameCanBeFree(BytecodeEmitter* bce, in nameCanBeFree()
273 void EmitterScope::dump(BytecodeEmitter* bce) { in dump()
678 bool EmitterScope::enterGlobal(BytecodeEmitter* bce, in enterGlobal()
811 bool EmitterScope::enterModule(BytecodeEmitter* bce, in enterModule()
878 bool EmitterScope::enterWith(BytecodeEmitter* bce) { in enterWith()
989 NameLocation EmitterScope::lookup(BytecodeEmitter* bce, in lookup()
[all …]
H A DForOfLoopControl.cpp17 ForOfLoopControl::ForOfLoopControl(BytecodeEmitter* bce, int32_t iterDepth, in ForOfLoopControl()
25 bool ForOfLoopControl::emitBeginCodeNeedingIteratorClose(BytecodeEmitter* bce) { in emitBeginCodeNeedingIteratorClose()
39 bool ForOfLoopControl::emitEndCodeNeedingIteratorClose(BytecodeEmitter* bce) { in emitEndCodeNeedingIteratorClose()
134 BytecodeEmitter* bce, in emitIteratorCloseInInnermostScopeWithTryNote()
146 BytecodeEmitter* bce, EmitterScope& currentScope, in emitIteratorCloseInScope()
162 BytecodeEmitter* bce, EmitterScope& currentScope, bool isTarget, in emitPrepareForNonLocalJumpFromScope()
H A DTDZCheckCache.cpp18 TDZCheckCache::TDZCheckCache(BytecodeEmitter* bce) in TDZCheckCache()
22 bool TDZCheckCache::ensureCache(BytecodeEmitter* bce) { in ensureCache()
26 Maybe<MaybeCheckTDZ> TDZCheckCache::needsTDZCheck(BytecodeEmitter* bce, in needsTDZCheck()
55 bool TDZCheckCache::noteTDZCheck(BytecodeEmitter* bce, in noteTDZCheck()
H A DIfEmitter.cpp17 BranchEmitterBase::BranchEmitterBase(BytecodeEmitter* bce, in BranchEmitterBase()
21 IfEmitter::IfEmitter(BytecodeEmitter* bce, LexicalKind lexicalKind) in IfEmitter()
24 IfEmitter::IfEmitter(BytecodeEmitter* bce) in IfEmitter()
229 InternalIfEmitter::InternalIfEmitter(BytecodeEmitter* bce) in InternalIfEmitter()
237 CondEmitter::CondEmitter(BytecodeEmitter* bce) in CondEmitter()
H A DNameOpEmitter.cpp19 NameOpEmitter::NameOpEmitter(BytecodeEmitter* bce, TaggedParserAtomIndex name, in NameOpEmitter()
23 NameOpEmitter::NameOpEmitter(BytecodeEmitter* bce, TaggedParserAtomIndex name, in NameOpEmitter()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DBytecodeControlStructures.cpp18 NestableControl::NestableControl(BytecodeEmitter* bce, StatementKind kind) in NestableControl()
23 BreakableControl::BreakableControl(BytecodeEmitter* bce, StatementKind kind) in BreakableControl()
28 bool BreakableControl::patchBreaks(BytecodeEmitter* bce) { in patchBreaks()
32 LabelControl::LabelControl(BytecodeEmitter* bce, TaggedParserAtomIndex label, in LabelControl()
38 LoopControl::LoopControl(BytecodeEmitter* bce, StatementKind loopKind) in LoopControl()
48 bool LoopControl::emitContinueTarget(BytecodeEmitter* bce) { in emitContinueTarget()
54 bool LoopControl::emitLoopHead(BytecodeEmitter* bce, in emitLoopHead()
84 bool LoopControl::emitLoopEnd(BytecodeEmitter* bce, JSOp op, in emitLoopEnd()
108 TryFinallyControl::TryFinallyControl(BytecodeEmitter* bce, StatementKind kind) in TryFinallyControl()
H A DEmitterScope.cpp26 EmitterScope::EmitterScope(BytecodeEmitter* bce) in EmitterScope()
35 bool EmitterScope::ensureCache(BytecodeEmitter* bce) { in ensureCache()
39 bool EmitterScope::checkSlotLimits(BytecodeEmitter* bce, in checkSlotLimits()
84 bool EmitterScope::putNameInCache(BytecodeEmitter* bce, in putNameInCache()
141 bool EmitterScope::nameCanBeFree(BytecodeEmitter* bce, in nameCanBeFree()
274 void EmitterScope::dump(BytecodeEmitter* bce) { in dump()
679 bool EmitterScope::enterGlobal(BytecodeEmitter* bce, in enterGlobal()
812 bool EmitterScope::enterModule(BytecodeEmitter* bce, in enterModule()
879 bool EmitterScope::enterWith(BytecodeEmitter* bce) { in enterWith()
990 NameLocation EmitterScope::lookup(BytecodeEmitter* bce, in lookup()
[all …]
H A DForOfLoopControl.cpp20 ForOfLoopControl::ForOfLoopControl(BytecodeEmitter* bce, int32_t iterDepth, in ForOfLoopControl()
28 bool ForOfLoopControl::emitBeginCodeNeedingIteratorClose(BytecodeEmitter* bce) { in emitBeginCodeNeedingIteratorClose()
42 bool ForOfLoopControl::emitEndCodeNeedingIteratorClose(BytecodeEmitter* bce) { in emitEndCodeNeedingIteratorClose()
137 BytecodeEmitter* bce, in emitIteratorCloseInInnermostScopeWithTryNote()
149 BytecodeEmitter* bce, EmitterScope& currentScope, in emitIteratorCloseInScope()
165 BytecodeEmitter* bce, EmitterScope& currentScope, bool isTarget, in emitPrepareForNonLocalJumpFromScope()
H A DTDZCheckCache.cpp18 TDZCheckCache::TDZCheckCache(BytecodeEmitter* bce) in TDZCheckCache()
22 bool TDZCheckCache::ensureCache(BytecodeEmitter* bce) { in ensureCache()
26 Maybe<MaybeCheckTDZ> TDZCheckCache::needsTDZCheck(BytecodeEmitter* bce, in needsTDZCheck()
55 bool TDZCheckCache::noteTDZCheck(BytecodeEmitter* bce, in noteTDZCheck()
H A DIfEmitter.cpp17 BranchEmitterBase::BranchEmitterBase(BytecodeEmitter* bce, in BranchEmitterBase()
21 IfEmitter::IfEmitter(BytecodeEmitter* bce, LexicalKind lexicalKind) in IfEmitter()
24 IfEmitter::IfEmitter(BytecodeEmitter* bce) in IfEmitter()
229 InternalIfEmitter::InternalIfEmitter(BytecodeEmitter* bce) in InternalIfEmitter()
237 CondEmitter::CondEmitter(BytecodeEmitter* bce) in CondEmitter()
H A DNameOpEmitter.cpp20 NameOpEmitter::NameOpEmitter(BytecodeEmitter* bce, TaggedParserAtomIndex name, in NameOpEmitter()
24 NameOpEmitter::NameOpEmitter(BytecodeEmitter* bce, TaggedParserAtomIndex name, in NameOpEmitter()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DBaseClass.c87 XmBaseClassExt *bce; in _XmIsSlowSubclass() local
333 XmBaseClassExt *ext, bce; in _XmGetWrapperData() local
399 XmBaseClassExt *ext, bce; in _XmPushWrapperData() local
1381 XmBaseClassExt *bce = NULL; in ClassPartInitLeafWrapper() local
1420 XmBaseClassExt *bce = NULL; in ClassPartInitRootWrapper() local
1473 XmBaseClassExt *bce = NULL; in InitializeLeafWrapper() local
1531 XmBaseClassExt *bce = NULL; in InitializeRootWrapper() local
1589 XmBaseClassExt *bce = NULL; in SetValuesLeafWrapper() local
1643 XmBaseClassExt *bce = NULL; in SetValuesRootWrapper() local
1713 XmBaseClassExt *bce = NULL; in GetValuesLeafWrapper() local
[all …]

12345678910>>...14