Home
last modified time | relevance | path

Searched defs:constpool (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_compilation_env.cpp74 JSTaggedValue constpool = method->GetConstantPool(); in FindConstpool() local
86 JSTaggedValue constpool = method->GetConstantPool(); in FindConstpool() local
95 JSTaggedValue constpool = GetConstantPoolByMethodOffset(methodOffset); in FindOrCreateUnsharedConstpool() local
107 [[maybe_unused]] JSTaggedValue constpool = method->GetConstantPool(); in FindOrCreateUnsharedConstpool() local
123 JSTaggedValue constpool; in GetConstantPoolByMethodOffset() local
137 JSTaggedValue JitCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, … in GetArrayLiteralFromCache()
143 JSTaggedValue JitCompilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index,… in GetObjectLiteralFromCache()
149 JSTaggedValue JitCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache()
154 panda_file::File::EntityId JitCompilationEnv::GetIdFromCache(JSTaggedValue constpool, uint32_t inde… in GetIdFromCache()
177 JSTaggedValue constpool = GetConstantPoolByMethodOffset(methodOffset); in GetStringFromConstantPool() local
Daot_compilation_env.cpp87 JSTaggedValue AOTCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, … in GetArrayLiteralFromCache()
92 JSTaggedValue AOTCompilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index,… in GetObjectLiteralFromCache()
97 JSTaggedValue AOTCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache()
102 panda_file::File::EntityId AOTCompilationEnv::GetIdFromCache(JSTaggedValue constpool, uint32_t inde… in GetIdFromCache()
Dinterpreter_stub-inl.h675 void InterpreterStubBuilder::Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, Gate… in Dispatch()
685 void InterpreterStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchLast()
693 …d InterpreterStubBuilder::DispatchDebugger(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebugger()
703 …terpreterStubBuilder::DispatchDebuggerLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebuggerLast()
718 void InterpreterStubBuilder::DispatchWithId(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchWithId()
731 void InterpreterStubBuilder::CheckException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckException()
749 …erpreterStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckPendingException()
767 …erpreterStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithVar()
787 …rpreterStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithJump()
Dcircuit_builder.cpp599 GateRef CircuitBuilder::GetUnsharedConstpoolFromGlue(GateRef glue, GateRef constpool) in GetUnsharedConstpoolFromGlue()
631 GateRef CircuitBuilder::GetUnsharedConstpoolIndex(GateRef constpool) in GetUnsharedConstpoolIndex()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp308 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV4V4()
320 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV8V8()
332 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV16V16()
344 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleLdaStrId16()
355 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm8()
365 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm16()
375 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm32()
385 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm8()
401 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm16()
417 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm32()
[all …]
Dinterpreter-inl.cpp1092 auto constpool = GetConstantPool(sp); in RunInternal() local
2344 auto constpool = GetConstantPool(sp); in RunInternal() local
2362 auto constpool = GetConstantPool(sp); in RunInternal() local
2381 auto constpool = GetConstantPool(sp); in RunInternal() local
2399 auto constpool = GetConstantPool(sp); in RunInternal() local
2433 auto constpool = GetConstantPool(sp); in RunInternal() local
2447 auto constpool = GetConstantPool(sp); in RunInternal() local
2678 auto constpool = GetConstantPool(sp); in RunInternal() local
2719 auto constpool = GetConstantPool(sp); in RunInternal() local
2761 auto constpool = GetConstantPool(sp); in RunInternal() local
[all …]
Dframe_handler.cpp291 JSTaggedValue constpool = method->GetConstantPool(); in GetConstpool() local
Dslow_runtime_stub.cpp1140 JSTaggedValue lexenv, JSTaggedValue constpool, in CreateClassWithBuffer()
1156JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, in CreateSharedClass()
1263 uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) in CreatePrivateProperty()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp20 …gedValue ConstantPool::GetClassLiteralFromCache(JSThread *thread, JSHandle<ConstantPool> constpool, in GetClassLiteralFromCache()
63 …ndle<TaggedArray> ConstantPool::GetFieldLiteral(JSThread *thread, JSHandle<ConstantPool> constpool, in GetFieldLiteral()
75 JSTaggedValue ConstantPool::GetStringFromCacheForJit(JSThread *thread, JSTaggedValue constpool, uin… in GetStringFromCacheForJit()
96 JSTaggedValue ConstantPool::GetStringFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t … in GetStringFromCache()
134 …d ConstantPool::MergeObjectLiteralHClassCache(EcmaVM *vm, const JSHandle<JSTaggedValue> &constpool) in MergeObjectLiteralHClassCache()
183 JSTaggedValue ConstantPool::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) in GetMethodFromCache()
Dliteral_data_extractor.cpp31 JSHandle<ConstantPool> constpool, in ExtractObjectDatas()
130 …const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &ent… in GetDatasIgnoreTypeForClass()
143 … size_t index, JSHandle<ConstantPool> constpool, in GetDatasIgnoreType()
151 …const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &ent… in EnumerateLiteralVals()
243JSHandle<ConstantPool> constpool, in DefineFunctionTemplate()
323 … uint32_t offset, JSHandle<ConstantPool> constpool, in DefineMethodInLiteral()
408JSHandle<ConstantPool> constpool, const CString &entry, in ExtractObjectDatas()
520 … EntityId id, JSHandle<ConstantPool> constpool, in GetDatasIgnoreTypeForClass()
540 … EntityId id, JSHandle<ConstantPool> constpool, in GetDatasIgnoreType()
Dprogram_object.h254 static bool CheckUnsharedConstpool(JSTaggedValue constpool) in CheckUnsharedConstpool()
455 JSThread *thread, const JSTaggedValue constpool, uint32_t index, JSTaggedValue value) in CASSetObjectToCache()
477 … static JSTaggedValue GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetMethodFromCache()
545 …static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index… in GetLiteralFromCache()
645 …static JSTaggedValue GetLiteralFromCache(JSTaggedValue constpool, uint32_t index, [[maybe_unused]]… in GetLiteralFromCache()
658 static panda_file::File::EntityId GetIdFromCache(JSTaggedValue constpool, uint32_t index) in GetIdFromCache()
666 static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, in GetLiteralFromCache()
Dscope_info_extractor.cpp32 JSHandle<ConstantPool> constpool(thread, method->GetConstantPool()); in GenerateScopeInfo() local
Dpanda_file_translator.cpp176 JSHandle<ConstantPool> constpool, in GenerateProgramInternal()
212 JSHandle<ConstantPool> constpool = AllocateConstPool(vm, jsPandaFile); in ParseConstPool() local
281 JSHandle<ConstantPool> constpool) in ParseFuncAndLiteralConstPool()
364 JSHandle<ConstantPool> constpool = factory->NewConstantPool(constpoolIndex); in AllocateConstPool() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp302 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
347 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
362 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
552 GateRef constpool = GetConstpoolFromMethod(curMethod); in GenerateCircuit() local
872 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
892 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
913 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
931 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
1512 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
1545 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
[all …]
Dbaseline_stub_builder.h119 inline void DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchLast()
127 void Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, GateRef profileTypeInfo, in Dispatch()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp433 void EcmaContext::LoadProtoTransitionTable(JSTaggedValue constpool) in LoadProtoTransitionTable()
440 void EcmaContext::ResetProtoTransitionTableOnConstpool(JSTaggedValue constpool) in ResetProtoTransitionTableOnConstpool()
540 JSHandle<ConstantPool> constpool, in AddOrUpdateConstpool()
549 JSHandle<ConstantPool> constpool, in AddContextConstpoolCache()
631 JSTaggedValue constpool = FindConstpoolFromContextCache(jsPandaFile, index); in FindCachedConstpoolAndLoadAiIfNeeded() local
649 JSTaggedValue constpool = FindCachedConstpoolAndLoadAiIfNeeded(jsPandaFile, index); in FindOrCreateConstPool() local
684 JSHandle<ConstantPool> constpool = factory_->NewConstantPool(constpoolSize); in CreateAllConstpool() local
Dmethod.cpp58 JSTaggedValue constpool = GetConstantPool(); in GetJSPandaFile() local
Druntime.cpp290 JSHandle<ConstantPool> constpool, in AddOrUpdateConstpool()
Dshared_object_factory.cpp186 JSHandle<ConstantPool> constpool, uint32_t entryIndex, in NewSMethod()
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp112 JSHandle<ConstantPool> constpool = factory->NewConstantPool(10); in HWTEST_F_L0() local
167 JSHandle<ConstantPool> constpool = factory->NewConstantPool(400); in HWTEST_F_L0() local
237 auto constpool = reinterpret_cast<ConstantPool *>(beginRegion->GetBegin()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp60 JSTaggedValue constpool = method->GetConstantPool(); in PrepareCompile() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp204 JSHandle<ConstantPool> constpool = vm->GetFactory()->NewSConstantPool(1); in CreateJSPandaFileAndConstpool() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1350 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
1359 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
1368 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
1379 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
1512 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS() local
1542 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS() local
2320 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
2505 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
3019 JSTaggedValue constpool = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
Druntime_stubs-inl.h933 const JSHandle<JSTaggedValue> &constpool, in RuntimeCreateClassWithBuffer()
1027 const JSHandle<JSTaggedValue> &constpool, in RuntimeCreateSharedClass()
2296 …edValue RuntimeStubs::RuntimeDefinefunc(JSThread *thread, const JSHandle<JSTaggedValue> &constpool, in RuntimeDefinefunc()
3217 uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) in RuntimeCreatePrivateProperty()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp47 JSTaggedValue constpool = thread->GetCurrentEcmaContext()->FindConstpool(baseFile, idx); in LoadPatchInternal() local

12