Home
last modified time | relevance | path

Searched defs:generator (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_generator_object.cpp36 JSHandle<JSGeneratorObject> generator(thread, JSGeneratorObject::Cast(*(toObj))); in GeneratorValidate() local
46 … JSGeneratorObject::GeneratorResume(JSThread *thread, const JSHandle<JSGeneratorObject> &generator, in GeneratorResume()
85const JSHandle<JSGeneratorObject> &generator, in GeneratorResumeAbrupt()
Djs_async_generator_object.cpp48 JSHandle<JSAsyncGeneratorObject> generator = JSHandle<JSAsyncGeneratorObject>::Cast(obj); in AsyncGeneratorValidate() local
55const JSHandle<JSAsyncGeneratorObject> &generator, in AsyncGeneratorResolve()
88const JSHandle<JSAsyncGeneratorObject> &generator, in AsyncGeneratorReject()
120const JSHandle<JSAsyncGeneratorObject> &generator) in AsyncGeneratorResumeNext()
274 JSHandle<JSAsyncGeneratorObject> generator = JSHandle<JSAsyncGeneratorObject>::Cast(obj); in AsyncGeneratorEnqueue() local
Djs_date_time_format.cpp323 std::unique_ptr<icu::DateTimePatternGenerator> generator( in InitializeDateTimeFormat() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_generator.cpp42 …JSHandle<JSGeneratorObject> generator(thread, JSGeneratorObject::Cast(*JSTaggedValue::ToObject(thr… in GeneratorPrototypeNext() local
62 …JSHandle<JSGeneratorObject> generator(thread, JSGeneratorObject::Cast(*JSTaggedValue::ToObject(thr… in GeneratorPrototypeReturn() local
87 …JSHandle<JSGeneratorObject> generator(thread, JSGeneratorObject::Cast(*JSTaggedValue::ToObject(thr… in GeneratorPrototypeThrow() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp32 SamplingProcessor::SamplingProcessor(int32_t id, SamplesRecord *generator, int interval) : Task(id) in SamplingProcessor()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp114 AOTFileGenerator generator(&log, &logList, vm, triple); in Main() local
Dpass_manager.cpp29 bool PassManager::Compile(const std::string &fileName, AOTFileGenerator &generator) in Compile()
Dstub_compiler.cpp142 StubFileGenerator generator(log, logList, triple_, enablePGOProfiler_); in BuildStubModuleAndSave() local
/arkcompiler/runtime_core/libpandabase/tests/
Dmem_range_test.cpp33 std::default_random_engine generator; variable
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h272 JSHandle<JSAsyncGeneratorObject> generator = JSHandle<JSAsyncGeneratorObject>::Cast(obj); in RuntimeAsyncFunctionAwaitUncaught() local