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.cpp75 JSTaggedValue constpool = method->GetConstantPool(); in FindConstpool() local
87 JSTaggedValue constpool = method->GetConstantPool(); in FindConstpool() local
96 JSTaggedValue constpool = GetConstantPoolByMethodOffset(methodOffset); in FindOrCreateUnsharedConstpool() local
108 [[maybe_unused]] JSTaggedValue constpool = method->GetConstantPool(); in FindOrCreateUnsharedConstpool() local
124 JSTaggedValue constpool; in GetConstantPoolByMethodOffset() local
138 JSTaggedValue JitCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, … in GetArrayLiteralFromCache()
144 JSTaggedValue JitCompilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index,… in GetObjectLiteralFromCache()
150 JSTaggedValue JitCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache()
155 panda_file::File::EntityId JitCompilationEnv::GetIdFromCache(JSTaggedValue constpool, uint32_t inde… in GetIdFromCache()
178 JSTaggedValue constpool = GetConstantPoolByMethodOffset(methodOffset); in GetStringFromConstantPool() local
Daot_compilation_env.cpp88 JSTaggedValue AOTCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, … in GetArrayLiteralFromCache()
93 JSTaggedValue AOTCompilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index,… in GetObjectLiteralFromCache()
98 JSTaggedValue AOTCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache()
103 panda_file::File::EntityId AOTCompilationEnv::GetIdFromCache(JSTaggedValue constpool, uint32_t inde… in GetIdFromCache()
Dinterpreter_stub-inl.h674 void InterpreterStubBuilder::Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, Gate… in Dispatch()
684 void InterpreterStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchLast()
692 …d InterpreterStubBuilder::DispatchDebugger(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebugger()
702 …terpreterStubBuilder::DispatchDebuggerLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebuggerLast()
717 void InterpreterStubBuilder::DispatchWithId(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchWithId()
730 void InterpreterStubBuilder::CheckException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckException()
748 …erpreterStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckPendingException()
766 …erpreterStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithVar()
786 …rpreterStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithJump()
Daccess_object_stub_builder.cpp217 GateRef constpool = GetConstPoolFromFunction(jsFunc_); in ResolvePropKey() local
Dcircuit_builder.cpp582 GateRef CircuitBuilder::GetUnsharedConstpoolFromGlue(GateRef glue, GateRef constpool) in GetUnsharedConstpoolFromGlue()
590 GateRef CircuitBuilder::GetUnsharedConstpoolIndex(GateRef constpool) in GetUnsharedConstpoolIndex()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp304 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV4V4()
316 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV8V8()
328 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV16V16()
340 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleLdaStrId16()
351 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm8()
361 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm16()
371 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm32()
381 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm8()
397 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm16()
413 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm32()
[all …]
Dinterpreter-inl.cpp1088 auto constpool = GetConstantPool(sp); in RunInternal() local
2339 auto constpool = GetConstantPool(sp); in RunInternal() local
2357 auto constpool = GetConstantPool(sp); in RunInternal() local
2376 auto constpool = GetConstantPool(sp); in RunInternal() local
2394 auto constpool = GetConstantPool(sp); in RunInternal() local
2428 auto constpool = GetConstantPool(sp); in RunInternal() local
2442 auto constpool = GetConstantPool(sp); in RunInternal() local
2673 auto constpool = GetConstantPool(sp); in RunInternal() local
2714 auto constpool = GetConstantPool(sp); in RunInternal() local
2756 auto constpool = GetConstantPool(sp); in RunInternal() local
[all …]
Dframe_handler.cpp276 JSTaggedValue constpool = method->GetConstantPool(); in GetConstpool() local
Dslow_runtime_stub.cpp1124 JSTaggedValue lexenv, JSTaggedValue constpool, in CreateClassWithBuffer()
1140JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, in CreateSharedClass()
1247 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.cpp32 JSHandle<ConstantPool> constpool, in ExtractObjectDatas()
131 …const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &ent… in GetDatasIgnoreTypeForClass()
144 … size_t index, JSHandle<ConstantPool> constpool, in GetDatasIgnoreType()
152 …const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &ent… in EnumerateLiteralVals()
244JSHandle<ConstantPool> constpool, in DefineFunctionTemplate()
322 … uint32_t offset, JSHandle<ConstantPool> constpool, in DefineMethodInLiteral()
404JSHandle<ConstantPool> constpool, const CString &entry, in ExtractObjectDatas()
516 … EntityId id, JSHandle<ConstantPool> constpool, in GetDatasIgnoreTypeForClass()
536 … EntityId id, JSHandle<ConstantPool> constpool, in GetDatasIgnoreType()
Dprogram_object.h254 static bool CheckUnsharedConstpool(JSTaggedValue constpool) in CheckUnsharedConstpool()
460 JSThread *thread, const JSTaggedValue constpool, uint32_t index, JSTaggedValue value) in CASSetObjectToCache()
482 … static JSTaggedValue GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetMethodFromCache()
550 …static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index… in GetLiteralFromCache()
649 …static JSTaggedValue GetLiteralFromCache(JSTaggedValue constpool, uint32_t index, [[maybe_unused]]… in GetLiteralFromCache()
662 static panda_file::File::EntityId GetIdFromCache(JSTaggedValue constpool, uint32_t index) in GetIdFromCache()
670 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.cpp304 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
349 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
364 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
554 GateRef constpool = GetConstpoolFromMethod(curMethod); in GenerateCircuit() local
874 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
893 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
913 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
931 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
1508 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
1538 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.cpp488 void EcmaContext::LoadProtoTransitionTable(JSTaggedValue constpool) in LoadProtoTransitionTable()
495 void EcmaContext::ResetProtoTransitionTableOnConstpool(JSTaggedValue constpool) in ResetProtoTransitionTableOnConstpool()
595 JSHandle<ConstantPool> constpool, in AddOrUpdateConstpool()
604 JSHandle<ConstantPool> constpool, in AddContextConstpoolCache()
648 JSTaggedValue constpool = FindConstpoolFromContextCache(jsPandaFile, index); in FindCachedConstpoolAndLoadAiIfNeeded() local
666 JSTaggedValue constpool = FindCachedConstpoolAndLoadAiIfNeeded(jsPandaFile, index); in FindOrCreateConstPool() local
699 JSHandle<ConstantPool> constpool = factory_->NewConstantPool(constpoolSize); in CreateAllConstpool() local
Dmethod.cpp58 JSTaggedValue constpool = GetConstantPool(); in GetJSPandaFile() local
Druntime.cpp284 JSHandle<ConstantPool> constpool, in AddOrUpdateConstpool()
/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.cpp64 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
1503 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS() local
1533 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS() local
2266 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
2451 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
2965 JSTaggedValue constpool = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
Druntime_stubs-inl.h906 const JSHandle<JSTaggedValue> &constpool, in RuntimeCreateClassWithBuffer()
1004 const JSHandle<JSTaggedValue> &constpool, in RuntimeCreateSharedClass()
2269 …edValue RuntimeStubs::RuntimeDefinefunc(JSThread *thread, const JSHandle<JSTaggedValue> &constpool, in RuntimeDefinefunc()
3189 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