| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_generator_object.cpp | 48 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 D | js_async_generator_object.cpp | 40 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 D | js_date_time_format.cpp | 470 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 D | options_custom.py | 58 def generator(self) -> Optional[str]: member in CustomSuiteOptions [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| H A D | pgo_type_parser.h | 37 GenerateHClass( [[maybe_unused]] const PGOHClassGenerator &generator, [[maybe_unused]] const PGOTypeLocation &loc) GenerateHClass() argument
|
| H A D | pgo_type_parser.cpp | 67 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 D | sampling_processor.cpp | 36 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 D | mem_range_test.cpp | 33 std::default_random_engine generator; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_compiler.cpp | 1357 uint8_t generator = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 376 JSHandle<JSAsyncGeneratorObject> generator = JSHandle<JSAsyncGeneratorObject>::Cast(obj); in RuntimeAsyncFunctionAwaitUncaught() local
|