Home
last modified time | relevance | path

Searched defs:engine (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
Dconditions_storage.h25 explicit ConditionsStorage(EvaluationEngine &engine) : evaluationEngine_(engine) {} in ConditionsStorage()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dthread_state.h33 explicit ThreadState(EvaluationEngine &engine) : breakpointConditions_(engine) {} in ThreadState()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp112 std::mt19937 engine(std::random_device {}()); in TestConcurrentInsertion() local
294 auto &engine = GetEngine(); in TEST_F() local
337 auto &engine = GetEngine(); in TEST_F() local
381 auto &engine = GetEngine(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmultithreaded_intern_string_table_test.cpp201 std::mt19937 engine {randomDevice()}; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp92 auto engine = assembler->GetEngine(); in GetFuncEntryPoints() local
144 auto engine = assembler->GetEngine(); in CollectFuncEntryInfo() local
/arkcompiler/jsvm/interface/kits/
Djsvm_types.h520 const char* engine; member