Home
last modified time | relevance | path

Searched defs:instance (Results 1 - 25 of 33) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_finalization_registry.cpp25 extern "C" void StdFinalizationRegistryRegisterInstance(EtsObject *instance) in StdFinalizationRegistryRegisterInstance() argument
H A Dstd_core.cpp143 extern "C" void StdSystemAtomicFlagSet(EtsAtomicFlag *instance, EtsBoolean v) in StdSystemAtomicFlagSet() argument
148 extern "C" EtsBoolean StdSystemAtomicFlagGet(EtsAtomicFlag *instance) in StdSystemAtomicFlagGet() argument
/arkcompiler/ets_runtime/test/moduletest/arraymap/
H A Darraymap.js37 var instance = []; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_signcode.h31 static JitSignCode instance; in GetInstance() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_box_primitive-inl.h46 auto *instance = reinterpret_cast<EtsBoxPrimitive<T> *>(ObjectHeader::Create(coro, boxClass)); in Create() local
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H A Dlattice_element.cpp44 static TopElement instance; in GetInstance() local
62 static BottomElement instance; in GetInstance() local
/arkcompiler/toolchain/tooling/client/manager/
H A Dmessage_manager.h31 static MessageManager instance; in getInstance() local
/arkcompiler/toolchain/tooling/client/tcpServer/
H A Dtcp_server.h44 static TcpServer instance; in getInstance() local
/arkcompiler/ets_runtime/ecmascript/
H A Dwaiter_list.h80 static T instance; in GetInstance() local
H A Dbuiltin_entries.h125 static BuiltinIndex instance; in GetInstance() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_manager.cpp27 static PGOProfilerManager* instance = new PGOProfilerManager(); in GetInstance() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dhandle_leak_test.cpp97 static void HeandleLeakTestCommon(const EcmaVM *instance, JSHandle<TaggedArray>& newArray) in HeandleLeakTestCommon() argument
[all...]
H A Dtest_helper.h108 static void CreateEcmaVMWithScope(EcmaVM *&instance, JSThread *&thread, EcmaHandleScope *&scope, in CreateEcmaVMWithScope() argument
129 static inline void DestroyEcmaVMWithScope(EcmaVM *instance, EcmaHandleScope *scope, bool exitManagedCode = true) in DestroyEcmaVMWithScope() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dloadable_agent.h73 static std::weak_ptr<LoadableAgent> instance; in LoadInstance() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
H A Dme_option.cpp36 static MeOption instance; in GetInstance() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dsimplify_string_builder.cpp164 auto instance = ctorCall->GetInput(0).GetInst(); in OptimizeStringBuilderToString() local
[all...]
H A Doptimize_string_concat.cpp125 IntrinsicInst *CreateStringBuilderAppendStringIntrinsic(Graph *graph, Inst *instance, Inst *arg, in CreateStringBuilderAppendStringIntrinsic() argument
140 IntrinsicInst *CreateStringBuilderToStringIntrinsic(Graph *graph, Inst *instance, SaveStateInst *saveState) in CreateStringBuilderToStringIntrinsic() argument
153 CallInst *CreateStringBuilderDefaultConstructorCall(Graph *graph, Inst *instance, SaveStateInst *saveState) in CreateStringBuilderDefaultConstructorCall() argument
191 CreateAppendArgsIntrinsics(Inst *instance, Inst *args, uint64_t arrayLengthValue, SaveStateInst *saveState) CreateAppendArgsIntrinsics() argument
220 CreateAppendArgsLoop(Inst *instance, Inst *str, Inst *args, LengthMethodInst *arrayLength, Inst *concatCall) CreateAppendArgsLoop() argument
298 auto instance = CreateInstructionStringBuilderInstance(GetGraph(), concatCall->GetPc(), concatCall->GetSaveState()); ReplaceStringConcatWithStringBuilderAppend() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doptimize_common.h102 static OptimizeLogger instance; in GetLogger() local
/arkcompiler/toolchain/tooling/client/session/
H A Dsession.h137 static SessionManager instance; in getInstance() local
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_shared_module_manager.cpp30 static SharedModuleManager* instance = new SharedModuleManager(); in GetInstance() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_to_string_cache.cpp196 auto *instance = FromCoreType(EtsObject::Create(coro, klass)->GetCoreType()); in Create() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_regexp_test.cpp233 ExecCommon(JSThread* thread, EcmaVM* instance, JSHandle<JSTaggedValue>& execResult, JSHandle<EcmaString>& inputString, std::vector<JSHandle<EcmaString>>& result) ExecCommon() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_dfx.cpp28 JitDfx JitDfx::instance; member in panda::ecmascript::JitDfx
/arkcompiler/runtime_core/libpandabase/utils/
H A Dsmall_vector.h47 alignas(StdAllocatorStub *) static StdAllocatorStub instance; in GetInstance() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dsmall_vector.h40 alignas(StdAllocatorStub *) static StdAllocatorStub instance; in GetInstance() local

Completed in 15 milliseconds

12