Home
last modified time | relevance | path

Searched refs:_globalConstPool (Results 1 – 17 of 17) sorted by relevance

/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dcompiler.cpp38 if (compiler->_globalConstPool) { in run()
39 compiler->addAfter(compiler->_globalConstPool, compiler->lastNode()); in run()
40 compiler->_globalConstPool = nullptr; in run()
76 _globalConstPool(nullptr) { in BaseCompiler()
455 pPool = &_globalConstPool; in _newConst()
525 _globalConstPool = nullptr; in onDetach()
H A Dcompiler.h198 ConstPoolNode* _globalConstPool; variable
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dcompiler.cpp53 if (compiler->_globalConstPool) { in run()
54 compiler->addAfter(compiler->_globalConstPool, compiler->lastNode()); in run()
55 compiler->_globalConstPool = nullptr; in run()
72 _globalConstPool(nullptr) { in BaseCompiler()
459 pPool = &_globalConstPool; in _newConst()
587 _globalConstPool = nullptr; in onDetach()
H A Dcompiler.h96 ConstPoolNode* _globalConstPool; variable
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dcompiler.cpp53 if (compiler->_globalConstPool) { in run()
54 compiler->addAfter(compiler->_globalConstPool, compiler->lastNode()); in run()
55 compiler->_globalConstPool = nullptr; in run()
92 _globalConstPool(nullptr) { in BaseCompiler()
480 pPool = &_globalConstPool; in _newConst()
604 _globalConstPool = nullptr; in onDetach()
H A Dcompiler.h224 ConstPoolNode* _globalConstPool; variable
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dcompiler.cpp53 if (compiler->_globalConstPool) { in run()
54 compiler->addAfter(compiler->_globalConstPool, compiler->lastNode()); in run()
55 compiler->_globalConstPool = nullptr; in run()
92 _globalConstPool(nullptr) { in BaseCompiler()
480 pPool = &_globalConstPool; in _newConst()
604 _globalConstPool = nullptr; in onDetach()
H A Dcompiler.h224 ConstPoolNode* _globalConstPool; variable
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dcompiler.cpp53 if (compiler->_globalConstPool) { in run()
54 compiler->addAfter(compiler->_globalConstPool, compiler->lastNode()); in run()
55 compiler->_globalConstPool = nullptr; in run()
72 _globalConstPool(nullptr) { in BaseCompiler()
459 pPool = &_globalConstPool; in _newConst()
587 _globalConstPool = nullptr; in onDetach()
H A Dcompiler.h96 ConstPoolNode* _globalConstPool; variable
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dcompiler.cpp53 if (compiler->_globalConstPool) { in run()
54 compiler->addAfter(compiler->_globalConstPool, compiler->lastNode()); in run()
55 compiler->_globalConstPool = nullptr; in run()
72 _globalConstPool(nullptr) { in BaseCompiler()
459 pPool = &_globalConstPool; in _newConst()
587 _globalConstPool = nullptr; in onDetach()
H A Dcompiler.h96 ConstPoolNode* _globalConstPool; variable
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dcompiler.cpp53 if (compiler->_globalConstPool) { in run()
54 compiler->addAfter(compiler->_globalConstPool, compiler->lastNode()); in run()
55 compiler->_globalConstPool = nullptr; in run()
72 _globalConstPool(nullptr) { in BaseCompiler()
459 pPool = &_globalConstPool; in _newConst()
587 _globalConstPool = nullptr; in onDetach()
H A Dcompiler.h96 ConstPoolNode* _globalConstPool; variable
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dx86compiler.cpp86 if (_globalConstPool) { in finalize()
87 addNode(_globalConstPool); in finalize()
88 _globalConstPool = nullptr; in finalize()
H A Dcodecompiler.cpp87 _globalConstPool(nullptr) { in CodeCompiler()
105 _globalConstPool = nullptr; in onDetach()
486 pPool = &_globalConstPool; in _newConst()
H A Dcodecompiler.h751 …CBConstPool* _globalConstPool; //!< Global constant pool, flushed at the end of the compil… variable