| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_signature/ |
| H A D | main.js | |
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_type/ |
| H A D | indexed_type.js | |
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ |
| H A D | server_endpoint_base.cpp | 27 OnCall( const char *method, std::function<void(const std::string &, JsonObjectBuilder &, const JsonObject &)> &&handler) OnCall() argument
|
| H A D | endpoint_base.h | 48 void OnResult(Id id, ResultHandler &&handler) in OnResult() argument
|
| H A D | endpoint_base.cpp | 24 void EndpointBase::OnCall(const char *method, EndpointBase::MethodHandler &&handler) in OnCall() argument
|
| /arkcompiler/runtime_core/static_core/verification/config/handlers/ |
| H A D | literal_parser.h | 28 const auto &LiteralParser(Handler &handler) in LiteralParser() argument
|
| /arkcompiler/runtime_core/static_core/verification/config/process/ |
| H A D | config_process.cpp | 48 void RegisterConfigHandler(Config *cfg, const PandaString &path, callable<bool(Config *, const Section &)> handler) in RegisterConfigHandler() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/ |
| H A D | ets_reference_processor.h | 92 void EtsReferenceProcessor::ProcessReferences(const mem::GC::ReferenceClearPredicateT &pred, const Handler &handler) in ProcessReferences() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| H A D | debug_info_cache.h | 58 void EnumerateLineEntries(PFF &&pandaFileFilter, MF &&methodFilter, H &&handler) in EnumerateLineEntries() argument
|
| /arkcompiler/runtime_core/static_core/verification/jobs/ |
| H A D | job.cpp | 28 Job::ErrorHandler handler; in UpdateTypes() local
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| H A D | saturated_enum.h | 88 void Enumerate(Handler &&handler, bool prevSet) const in Enumerate() argument 157 void Enumerate(Handler &&handler, bool prevSet) const in Enumerate() argument
|
| H A D | synchronized.h | 135 auto Apply(Handler &&handler) in Apply() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_proxy_stub_builder.cpp | 39 GateRef handler = GetArgFromArgv(IntPtr(1), numArgs_, true);
in GenProxyConstructor() local
|
| H A D | builtins_proxy_stub_builder.h | 46 void SetHandler(GateRef glue, GateRef proxy, GateRef handler)
in SetHandler() argument 49 Store(VariableType::JS_ANY(), glue, proxy, offset, handler);
in SetHandler() local
|
| /arkcompiler/toolchain/tooling/ |
| H A D | debugger_service.cpp | 31 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in InitializeDebugger() local 45 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in UninitializeDebugger() local 56 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in WaitForDebugger() local 68 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in OnMessage() local 80 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); ProcessMessage() local 92 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); GetDispatchStatus() local [all...] |
| /arkcompiler/toolchain/tooling/test/ |
| H A D | debugger_service_test.cpp | 55 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() local 71 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() local 83 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); HWTEST_F_L0() local 101 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); HWTEST_F_L0() local 108 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/test/moduletest/object/ |
| H A D | object.js | |
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_proxy_test.cpp | 51 JSHandle<JSObject> handler = BuiltinsTestProxyCreate(thread); in HWTEST_F_L0() local 71 JSHandle<JSObject> handler = BuiltinsTestProxyCreate(thread); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | interpreter_impl.cpp | 165 void EnsureDebugMethodsInstantiation(void *handler) in EnsureDebugMethodsInstantiation() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| H A D | hot_cards.h | 39 size_t HandleCards(CardHandler handler) in HandleCards() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | static_analyzer_test.cpp | 94 auto handler = [array, &count, expected](ObjectHeader *obj, ObjectHeader *ref, uint32_t offset, bool isVolatile) { in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | default_inspector_extension.cpp | 131 void StaticDefaultInspectorExtension::EnumerateProperties(const ObjectHeader *object, const PropertyHandler &handler) in EnumerateProperties() argument 156 void StaticDefaultInspectorExtension::EnumerateGlobals(const PropertyHandler &handler) in EnumerateGlobals() argument 190 void DynamicDefaultInspectorExtension::EnumerateProperties(const ObjectHeader *object, const PropertyHandler &handler) in EnumerateProperties() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | profile_type_info.cpp | 39 void ProfileTypeAccessor::AddWithoutKeyPoly(JSHandle<JSTaggedValue> hclass, JSHandle<JSTaggedValue> handler, in AddWithoutKeyPoly() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| H A D | ic_handler_test.cpp | 201 JSHandle<TransitionHandler> handler = JSHandle<TransitionHandler>::Cast(handlerValue); in HWTEST_F_L0() local 271 JSHandle<PrototypeHandler> handler = JSHandle<PrototypeHandler>::Cast(handlerValue); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_gc_marker.cpp | 69 RSetWorkListHandler *handler = new RSetWorkListHandler(heap); in CollectLocalVMRSet() local
|