Searched full:interface (Results 1 – 25 of 85) sorted by relevance
1234
| /ark/runtime_core/verification/models/contexts_merge/ |
| D | check_set_intersection_as_lub.als | 42 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…
|
| D | java_typing.als | 22 sig Class, Interface extends Type {} 33 all i: Interface | no i.~subtypes & Class
|
| /ark/runtime_core/runtime/include/ |
| D | itable.h | 31 void SetInterface(Class *interface) in SetInterface() argument 33 interface_ = interface; in SetInterface()
|
| D | locks.h | 61 * It is static for access from JVMTI interface
|
| /ark/runtime_core/cmake/ |
| D | README.md | 20 …se vixl). However, for getting variables, use INTERFACE includes, e.g. target_include_directories(…
|
| /ark/js_runtime/docs/ |
| D | overview.md | 33 - ARK Foreign Function Interface \(AFFI\) 35 The AFFI provides a C++ function interface for ARK-JS runtime.
|
| D | overview-zh.md | 33 - AFFI \(ARK Foreign Function Interface\)
|
| /ark/js_runtime/ecmascript/tooling/backend/ |
| D | js_debugger.h | 22 #include "ecmascript/tooling/interface/notification_manager.h" 23 #include "ecmascript/tooling/interface/js_debugger_manager.h"
|
| /ark/js_runtime/ |
| D | README.md | 14 …erpreter, inline caches that store hidden classes, and the ARK Foreign Function Interface \(AFFI\). 39 │ ├─ napi # External native interface
|
| /ark/runtime_core/libpandabase/os/ |
| D | mem.h | 258 * 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/ |
| D | pass.ts | 18 export interface Pass {
|
| /ark/runtime_core/dprof/libstorage/ |
| D | CMakeLists.txt | 22 target_include_directories(dprofstorage INTERFACE ".")
|
| /ark/js_runtime/ecmascript/tooling/agent/ |
| D | heapprofiler_impl.h | 25 #include "ecmascript/tooling/interface/stream.h" 26 #include "ecmascript/tooling/interface/progress.h"
|
| /ark/runtime_core/runtime/tooling/ |
| D | debug_inf.cpp | 19 // 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/ |
| D | debugger-vscode-communication.md | 8 VSCode provides us client interface and sending commands to the debugger with socket.
|
| D | runtime-debug-api.md | 21 …Debugger`](../runtime/tooling/debugger.h) object that implements [debug interface](../runtime/incl…
|
| /ark/runtime_core/dprof/libdprof/ |
| D | CMakeLists.txt | 35 target_include_directories(dprof INTERFACE ".")
|
| /ark/js_runtime/ecmascript/interpreter/ |
| D | fast_runtime_stub.h | 29 /* -------------- Common API Begin, Don't change those interface!!! ----------------- */ 70 /* -------------- Common API End, Don't change those interface!!! ----------------- */
|
| /ark/js_runtime/ecmascript/containers/ |
| D | containers_treeset.h | 24 * High performance container interface in jsapi.
|
| D | containers_treemap.h | 24 * High performance container interface in jsapi.
|
| D | containers_arraylist.h | 24 * High performance container interface in jsapi.
|
| /ark/runtime_core/runtime/include/tooling/ |
| D | debug_inf.h | 35 // interface for runtime.
|
| /ark/js_runtime/ecmascript/tooling/interface/ |
| D | file_stream.h | 21 #include "ecmascript/tooling/interface/stream.h"
|
| D | js_debugger_manager.h | 23 #include "ecmascript/tooling/interface/notification_manager.h"
|
| /ark/runtime_core/runtime/mem/gc/reference-processor/ |
| D | reference_processor.h | 42 * General language-independent interface for ReferenceProcessing.
|
1234