Home
last modified time | relevance | path

Searched defs:is_compiled (Results 1 – 25 of 88) sorted by relevance

1234

/dports/lang/v8/v8-9.6.180.12/test/cctest/parsing/
H A Dtest-parse-decision.cc30 std::unordered_map<std::string, bool>* is_compiled) { in GetTopLevelFunctionInfo()
54 std::unordered_map<std::string, bool> is_compiled; in TEST() local
82 std::unordered_map<std::string, bool> is_compiled; in TEST() local
103 std::unordered_map<std::string, bool> is_compiled; in TEST() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/types/
H A Dcollation_impl.h79 virtual bool is_compiled() const { return m_is_compiled; } in is_compiled() function
81 virtual void set_is_compiled(bool is_compiled) { in set_is_compiled()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Drframe.hpp55 virtual bool is_compiled() const { return false; } in is_compiled() function in RFrame
90 bool is_compiled() const { return true; } in is_compiled() function in CompiledRFrame
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Drframe.hpp55 virtual bool is_compiled() const { return false; } in is_compiled() function in RFrame
90 bool is_compiled() const { return true; } in is_compiled() function in CompiledRFrame
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Drframe.hpp55 virtual bool is_compiled() const { return false; } in is_compiled() function in RFrame
90 bool is_compiled() const { return true; } in is_compiled() function in CompiledRFrame
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Drframe.hpp55 virtual bool is_compiled() const { return false; } in is_compiled() function in RFrame
90 bool is_compiled() const { return true; } in is_compiled() function in CompiledRFrame
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Drframe.hpp55 virtual bool is_compiled() const { return false; } in is_compiled() function in RFrame
90 bool is_compiled() const { return true; } in is_compiled() function in CompiledRFrame
H A Dfprofiler.cpp289 virtual bool is_compiled() const { return false; } in is_compiled() function in ProfilerNode
442 bool is_compiled() const { return true; } in is_compiled() function in compiledNode
521 bool is_compiled() const { return true; } in is_compiled() function in adapterNode
597 bool is_compiled() const { return true; } in is_compiled() function in unknown_compiledNode
636 bool is_compiled() const { return true; } in is_compiled() function in vmNode
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Drframe.hpp55 virtual bool is_compiled() const { return false; } in is_compiled() function in RFrame
90 bool is_compiled() const { return true; } in is_compiled() function in CompiledRFrame
H A Dfprofiler.cpp289 virtual bool is_compiled() const { return false; } in is_compiled() function in ProfilerNode
442 bool is_compiled() const { return true; } in is_compiled() function in compiledNode
521 bool is_compiled() const { return true; } in is_compiled() function in adapterNode
597 bool is_compiled() const { return true; } in is_compiled() function in unknown_compiledNode
636 bool is_compiled() const { return true; } in is_compiled() function in vmNode
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dpure_py3.py6 is_compiled = cython.compiled variable
H A Dpure_py.py7 is_compiled = cython.compiled variable
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dpure_py3.py6 is_compiled = cython.compiled variable
H A Dpure_py.py7 is_compiled = cython.compiled variable
/dports/games/valyriatear/ValyriaTear-1.1.0/src/engine/video/gl/
H A Dgl_shader.cpp82 GLint is_compiled = -1; in Shader() local
/dports/biology/exonerate/exonerate-2.4.0/src/struct/
H A Dfsm.h50 gboolean is_compiled; member
/dports/sysutils/exa/exa-0.10.1/src/info/
H A Dfiletype.rs92 fn is_compiled(&self, file: &File<'_>) -> bool { in is_compiled() method
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dshared-function-info.h697 inline bool is_compiled() const { return is_compiled_; } in is_compiled() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dshared-function-info.h709 inline bool is_compiled() const { return is_compiled_; } in is_compiled() function
H A Djs-function-inl.h254 bool JSFunction::is_compiled() const { in is_compiled() function
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dshader.cc182 bool Shader::is_compiled() const in is_compiled() function in Clutter::Shader
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dshared-function-info.h701 inline bool is_compiled() const { return is_compiled_; } in is_compiled() function
H A Djs-function-inl.h283 bool JSFunction::is_compiled() const { in is_compiled() function
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/
H A Dcontext.py129 def is_compiled(self): member in AbstractContext
193 def is_compiled(self): member in ValueContext
/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Dbatchlan.h63 bool *is_compiled; member

1234