Home
last modified time | relevance | path

Searched defs:handler (Results 1 - 25 of 68) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_signature/
H A Dmain.js
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_type/
H A Dindexed_type.js
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/
H A Dserver_endpoint_base.cpp27 OnCall( const char *method, std::function<void(const std::string &, JsonObjectBuilder &, const JsonObject &)> &&handler) OnCall() argument
H A Dendpoint_base.h48 void OnResult(Id id, ResultHandler &&handler) in OnResult() argument
H A Dendpoint_base.cpp24 void EndpointBase::OnCall(const char *method, EndpointBase::MethodHandler &&handler) in OnCall() argument
/arkcompiler/runtime_core/static_core/verification/config/handlers/
H A Dliteral_parser.h28 const auto &LiteralParser(Handler &handler) in LiteralParser() argument
/arkcompiler/runtime_core/static_core/verification/config/process/
H A Dconfig_process.cpp48 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 Dets_reference_processor.h92 void EtsReferenceProcessor::ProcessReferences(const mem::GC::ReferenceClearPredicateT &pred, const Handler &handler) in ProcessReferences() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Ddebug_info_cache.h58 void EnumerateLineEntries(PFF &&pandaFileFilter, MF &&methodFilter, H &&handler) in EnumerateLineEntries() argument
/arkcompiler/runtime_core/static_core/verification/jobs/
H A Djob.cpp28 Job::ErrorHandler handler; in UpdateTypes() local
/arkcompiler/runtime_core/static_core/verification/util/
H A Dsaturated_enum.h88 void Enumerate(Handler &&handler, bool prevSet) const in Enumerate() argument
157 void Enumerate(Handler &&handler, bool prevSet) const in Enumerate() argument
H A Dsynchronized.h135 auto Apply(Handler &&handler) in Apply() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_proxy_stub_builder.cpp39 GateRef handler = GetArgFromArgv(IntPtr(1), numArgs_, true); in GenProxyConstructor() local
H A Dbuiltins_proxy_stub_builder.h46 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 Ddebugger_service.cpp31 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 Ddebugger_service_test.cpp55 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 Dobject.js
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_proxy_test.cpp51 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 Dinterpreter_impl.cpp165 void EnsureDebugMethodsInstantiation(void *handler) in EnsureDebugMethodsInstantiation() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dhot_cards.h39 size_t HandleCards(CardHandler handler) in HandleCards() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dstatic_analyzer_test.cpp94 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 Ddefault_inspector_extension.cpp131 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 Dprofile_type_info.cpp39 void ProfileTypeAccessor::AddWithoutKeyPoly(JSHandle<JSTaggedValue> hclass, JSHandle<JSTaggedValue> handler, in AddWithoutKeyPoly() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_handler_test.cpp201 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 Dshared_gc_marker.cpp69 RSetWorkListHandler *handler = new RSetWorkListHandler(heap); in CollectLocalVMRSet() local

Completed in 10 milliseconds

123