| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_compilation_env.cpp | 61 JSTaggedValue AOTCompilationEnv::FindOrCreateUnsharedConstpool(const uint32_t methodOffset) const in FindOrCreateUnsharedConstpool() function in panda::ecmascript::AOTCompilationEnv 64 return thread_->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(cp); in FindOrCreateUnsharedConstpool() 67 JSTaggedValue AOTCompilationEnv::FindOrCreateUnsharedConstpool(JSTaggedValue sharedConstpool) const in FindOrCreateUnsharedConstpool() function in panda::ecmascript::AOTCompilationEnv 69 return thread_->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(sharedConstpool); in FindOrCreateUnsharedConstpool()
|
| D | aot_compilation_env.h | 41 JSTaggedValue FindOrCreateUnsharedConstpool(const uint32_t methodOffset) const override; 42 JSTaggedValue FindOrCreateUnsharedConstpool(JSTaggedValue sharedConstpool) const override;
|
| D | compilation_env.h | 73 virtual JSTaggedValue FindOrCreateUnsharedConstpool(const uint32_t methodOffset) const = 0; 74 virtual JSTaggedValue FindOrCreateUnsharedConstpool(JSTaggedValue sharedConstpool) const = 0;
|
| D | jit_compilation_env.h | 43 JSTaggedValue FindOrCreateUnsharedConstpool(const uint32_t methodOffset) const override; 44 JSTaggedValue FindOrCreateUnsharedConstpool(JSTaggedValue sharedConstpool) const override;
|
| D | jit_compilation_env.cpp | 94 JSTaggedValue JitCompilationEnv::FindOrCreateUnsharedConstpool([[maybe_unused]] const uint32_t meth… in FindOrCreateUnsharedConstpool() function in panda::ecmascript::JitCompilationEnv 105 JSTaggedValue JitCompilationEnv::FindOrCreateUnsharedConstpool([[maybe_unused]] JSTaggedValue share… in FindOrCreateUnsharedConstpool() function in panda::ecmascript::JitCompilationEnv 111 return FindOrCreateUnsharedConstpool(methodOffset); in FindOrCreateUnsharedConstpool()
|
| D | ntype_bytecode_lowering.h | 88 JSTaggedValue unsharedCp = compilationEnv_->FindOrCreateUnsharedConstpool(cp); in GetArrayLiteralValue()
|
| D | ntype_hcr_lowering.h | 76 JSTaggedValue unsharedCp = compilationEnv_->FindOrCreateUnsharedConstpool(cp); in GetArrayLiteralValue()
|
| D | type_info_accessors.cpp | 1375 JSTaggedValue unsharedCp = compilationEnv_->FindOrCreateUnsharedConstpool(methodOffset); in GetObject()
|
| D | slowpath_lowering.cpp | 2728 unsharedCp = compilationEnv_->FindOrCreateUnsharedConstpool(methodOffset); in LowerDefineFunc()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.cpp | 102 …JSTaggedValue unsharedCp = thread->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(constpoo… in GetStringFromCache()
|
| D | program_object.h | 513 …JSTaggedValue unsharedCp = thread->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(constpoo… in GetMethodFromCache()
|
| D | panda_file_translator.cpp | 162 … vm->GetJSThread(), context->FindOrCreateUnsharedConstpool(sconstpool.GetTaggedValue())); in GenerateProgram()
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 193 FindOrCreateUnsharedConstpool(constpoolVal); in GetPatchMethod() 353 JSTaggedValue unsharedConstpool = context->FindOrCreateUnsharedConstpool(item.second); in FindAndReplaceSameMethod()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_context.cpp | 511 JSTaggedValue EcmaContext::FindOrCreateUnsharedConstpool(JSTaggedValue sharedConstpool) in FindOrCreateUnsharedConstpool() function in panda::ecmascript::EcmaContext 640 … JSTaggedValue unsharedConstpool = FindOrCreateUnsharedConstpool(sharedCPHandle.GetTaggedValue()); in UpdateConstpoolWhenDeserialAI() 681 FindOrCreateUnsharedConstpool(constpool); in FindOrCreateConstPool()
|
| D | ecma_context.h | 280 JSTaggedValue PUBLIC_API FindOrCreateUnsharedConstpool(JSTaggedValue sharedConstpool);
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_task.cpp | 66 hostThread_->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(constpool); in PrepareCompile()
|
| /arkcompiler/ets_runtime/ |
| D | libark_jsruntime.map | 151 panda::ecmascript::EcmaContext::FindOrCreateUnsharedConstpool*;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 395 JSHandle<ConstantPool> cp(thread_, context->FindOrCreateUnsharedConstpool(shareCp)); in GetUnsharedConstpool()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 927 … thread->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(constpoolHandle.GetTaggedValue())); in RuntimeCreateClassWithBuffer() 3197 thread, thread->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(constpool)); in RuntimeCreatePrivateProperty()
|
| D | runtime_stubs.cpp | 1392 …JSTaggedValue cp = thread->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(constpool.GetTag… in DEF_RUNTIME_STUBS() 1403 …JSTaggedValue cp = thread->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(constpool.GetTag… in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 7834 return thread->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(state->constpool); in GetUnsharedConstpool()
|
| D | interpreter_assembly.cpp | 7905 … return thread->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(method->GetConstantPool()); in GetUnsharedConstpool()
|