Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_generator_object.cpp48 JSHandle<JSObject> JSGeneratorObject::GeneratorResume(JSThread *thread, const JSHandle<JSGeneratorObject> &generator, in GeneratorResume() argument
86 GeneratorResumeAbrupt(JSThread *thread, const JSHandle<JSGeneratorObject> &generator, const JSHandle<CompletionRecord> &abruptCompletion) GeneratorResumeAbrupt() argument
[all...]
H A Djs_async_generator_object.cpp40 JSHandle<JSAsyncGeneratorObject> generator = JSHandle<JSAsyncGeneratorObject>::Cast(obj); in AsyncGeneratorValidate() local
46 AsyncGeneratorResolve(JSThread *thread, const JSHandle<JSAsyncGeneratorObject> &generator, const JSHandle<JSTaggedValue> value, bool done) AsyncGeneratorResolve() argument
84 AsyncGeneratorReject(JSThread *thread, const JSHandle<JSAsyncGeneratorObject> &generator, const JSHandle<JSTaggedValue> value) AsyncGeneratorReject() argument
118 AsyncGeneratorResumeNext(JSThread *thread, const JSHandle<JSAsyncGeneratorObject> &generator) AsyncGeneratorResumeNext() argument
278 JSHandle<JSAsyncGeneratorObject> generator = JSHandle<JSAsyncGeneratorObject>::Cast(obj); AsyncGeneratorEnqueue() local
[all...]
H A Djs_date_time_format.cpp470 std::unique_ptr<icu::DateTimePatternGenerator> generator; in InitializeDateTimeFormat() local
301 DateTimeStylePattern(DateTimeStyleOption dateStyle, DateTimeStyleOption timeStyle, icu::Locale &icuLocale, HourCycleOption hc, icu::DateTimePatternGenerator *generator) DateTimeStylePattern() argument
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
H A Doptions_custom.py58 def generator(self) -> Optional[str]: member in CustomSuiteOptions
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_parser.h37 GenerateHClass( [[maybe_unused]] const PGOHClassGenerator &generator, [[maybe_unused]] const PGOTypeLocation &loc) GenerateHClass() argument
H A Dpgo_type_parser.cpp67 void ClassParser::GenerateHClass(const PGOHClassGenerator &generator, const PGOTypeLocation &loc) in GenerateHClass() argument
120 void ObjectLiteralParser::GenerateHClass(const PGOHClassGenerator &generator, cons argument
20 Parse(const BytecodeInfoCollector &collector, const PGOTypeRecorder &typeRecorder, const PGOHClassGenerator &generator, uint32_t methodOffset) Parse() argument
154 GenerateHClass(const PGOHClassGenerator &generator, const PGOTypeLocation &loc) GenerateHClass() argument
229 GenerateHClassForClassType(ProfileType rootType, ProfileType protoPt, const PGOHClassGenerator &generator, bool isCache) GenerateHClassForClassType() argument
251 GenerateHClassForPrototype(ProfileType rootType, const PGOHClassGenerator &generator, bool isCache) GenerateHClassForPrototype() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsampling_processor.cpp36 SamplesRecord *generator = params.generator_; in Run() local
90 AddSample(SamplesRecord *generator) AddSample() argument
103 PostSemAndLogEnd(SamplesRecord *generator, pthread_t tid) PostSemAndLogEnd() argument
[all...]
/arkcompiler/runtime_core/libpandabase/tests/
H A Dmem_range_test.cpp33 std::default_random_engine generator; member
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp1357 uint8_t generator = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h376 JSHandle<JSAsyncGeneratorObject> generator = JSHandle<JSAsyncGeneratorObject>::Cast(obj); in RuntimeAsyncFunctionAwaitUncaught() local

Completed in 21 milliseconds