Home
last modified time | relevance | path

Searched full:interface (Results 1 – 25 of 85) sorted by relevance

1234

/ark/runtime_core/verification/models/contexts_merge/
Dcheck_set_intersection_as_lub.als42 some Interface
43 some Register.type & Interface
55 example: run Show for 7 but exactly 4 Register, exactly 5 Class, exactly 5 Interface, exactly 3 Ins…
96 -- Sig java_typing/Interface scope <= 8
101 -- Sig java_typing/Interface in [[java_typing/Type$0], [java_typing/Type$1], [java_typing/Type$2…
Djava_typing.als22 sig Class, Interface extends Type {}
33 all i: Interface | no i.~subtypes & Class
/ark/runtime_core/runtime/include/
Ditable.h31 void SetInterface(Class *interface) in SetInterface() argument
33 interface_ = interface; in SetInterface()
Dlocks.h61 * It is static for access from JVMTI interface
/ark/runtime_core/cmake/
DREADME.md20 …se vixl). However, for getting variables, use INTERFACE includes, e.g. target_include_directories(
/ark/js_runtime/docs/
Doverview.md33 - ARK Foreign Function Interface \(AFFI\)
35 The AFFI provides a C++ function interface for ARK-JS runtime.
Doverview-zh.md33 - AFFI \(ARK Foreign Function Interface\)
/ark/js_runtime/ecmascript/tooling/backend/
Djs_debugger.h22 #include "ecmascript/tooling/interface/notification_manager.h"
23 #include "ecmascript/tooling/interface/js_debugger_manager.h"
/ark/js_runtime/
DREADME.md14 …erpreter, inline caches that store hidden classes, and the ARK Foreign Function Interface \(AFFI\).
39 │ ├─ napi # External native interface
/ark/runtime_core/libpandabase/os/
Dmem.h258 * The interface is similar to POSIX mmap.
279 * if you need other behavior - consider to change interface, or use manual unpoisoning.
290 * if you need other behavior - consider to change interface, or use manual unpoisoning.
314 * if you need other behavior - consider to change interface, or use manual unpoisoning.
/ark/ts2abc/ts2panda/src/
Dpass.ts18 export interface Pass {
/ark/runtime_core/dprof/libstorage/
DCMakeLists.txt22 target_include_directories(dprofstorage INTERFACE ".")
/ark/js_runtime/ecmascript/tooling/agent/
Dheapprofiler_impl.h25 #include "ecmascript/tooling/interface/stream.h"
26 #include "ecmascript/tooling/interface/progress.h"
/ark/runtime_core/runtime/tooling/
Ddebug_inf.cpp19 // Debuge interface for native tools(perf, libunwind).
60 // for using the variable interface, we doesn't change the name in panda
/ark/runtime_core/docs/
Ddebugger-vscode-communication.md8 VSCode provides us client interface and sending commands to the debugger with socket.
Druntime-debug-api.md21 …Debugger`](../runtime/tooling/debugger.h) object that implements [debug interface](../runtime/incl…
/ark/runtime_core/dprof/libdprof/
DCMakeLists.txt35 target_include_directories(dprof INTERFACE ".")
/ark/js_runtime/ecmascript/interpreter/
Dfast_runtime_stub.h29 /* -------------- Common API Begin, Don't change those interface!!! ----------------- */
70 /* -------------- Common API End, Don't change those interface!!! ----------------- */
/ark/js_runtime/ecmascript/containers/
Dcontainers_treeset.h24 * High performance container interface in jsapi.
Dcontainers_treemap.h24 * High performance container interface in jsapi.
Dcontainers_arraylist.h24 * High performance container interface in jsapi.
/ark/runtime_core/runtime/include/tooling/
Ddebug_inf.h35 // interface for runtime.
/ark/js_runtime/ecmascript/tooling/interface/
Dfile_stream.h21 #include "ecmascript/tooling/interface/stream.h"
Djs_debugger_manager.h23 #include "ecmascript/tooling/interface/notification_manager.h"
/ark/runtime_core/runtime/mem/gc/reference-processor/
Dreference_processor.h42 * General language-independent interface for ReferenceProcessing.

1234