Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp312 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV4V4()
324 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV8V8()
336 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV16V16()
348 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleLdaStrId16()
359 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm8()
369 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm16()
379 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm32()
389 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm8()
405 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm16()
421 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm32()
[all …]
Dinterpreter-inl.h1073 auto constpool = GetConstantPool(sp); in RunInternal() local
2323 auto constpool = GetConstantPool(sp); in RunInternal() local
2341 auto constpool = GetConstantPool(sp); in RunInternal() local
2360 auto constpool = GetConstantPool(sp); in RunInternal() local
2378 auto constpool = GetConstantPool(sp); in RunInternal() local
2412 auto constpool = GetConstantPool(sp); in RunInternal() local
2426 auto constpool = GetConstantPool(sp); in RunInternal() local
2657 auto constpool = GetConstantPool(sp); in RunInternal() local
2698 auto constpool = GetConstantPool(sp); in RunInternal() local
2740 auto constpool = GetConstantPool(sp); in RunInternal() local
[all …]
Dframe_handler.cpp238 JSTaggedValue constpool = method->GetConstantPool(); in GetConstpool() local
Dslow_runtime_stub.cpp1117 JSTaggedValue lexenv, JSTaggedValue constpool, in CreateClassWithBuffer()
1133JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, in CreateSharedClass()
1240 uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) in CreatePrivateProperty()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp37 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()
269 … uint32_t offset, JSHandle<ConstantPool> constpool, in DefineMethodInLiteral()
357JSHandle<ConstantPool> constpool, const CString &entry, in ExtractObjectDatas()
462 … EntityId id, JSHandle<ConstantPool> constpool, in GetDatasIgnoreType()
Dprogram_object.h222 JSThread *thread, JSTaggedValue constpool, JSTaggedValue module, uint32_t index) in GetMethodFromCache()
298 static JSHandle<TaggedArray> GetFieldLiteral(JSThread *thread, JSHandle<ConstantPool> constpool, in GetFieldLiteral()
311 …static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index… in GetLiteralFromCache()
428 static panda_file::File::EntityId GetIdFromCache(JSTaggedValue constpool, uint32_t index) in GetIdFromCache()
436 static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, in GetLiteralFromCache()
443 …static JSTaggedValue PUBLIC_API GetStringFromCache(JSThread *thread, JSTaggedValue constpool, uint… in GetStringFromCache()
Dscope_info_extractor.cpp33 JSHandle<ConstantPool> constpool(thread, method->GetConstantPool()); in GenerateScopeInfo() local
Dpanda_file_translator.cpp108 JSHandle<ConstantPool> constpool; in GenerateProgram() local
134 JSHandle<ConstantPool> constpool) in GenerateProgramInternal()
162 JSHandle<ConstantPool> constpool = AllocateConstPool(vm, jsPandaFile); in ParseConstPool() local
229 JSHandle<ConstantPool> constpool) in ParseFuncAndLiteralConstPool()
300 JSHandle<ConstantPool> constpool = factory->NewConstantPool(constpoolIndex); in AllocateConstPool() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp134 …JSHandle<ConstantPool> constpool = ConstantPool::CreateConstPool(thread_->GetEcmaVM(), jsPandaFile… in DeserializeConstPool() local
189 ConstantPool *constpool = GetAndResetConstantPool(); in HandleNewObjectEncodeFlag() local
245 …JSTaggedValue constpool = thread_->GetCurrentEcmaContext()->FindConstpoolWithAOT(jsPandaFile, inde… in HandleMethodEncodeFlag() local
289 void BaseDeserializer::ResetMethodConstantPool(uintptr_t objAddr, ConstantPool *constpool) in ResetMethodConstantPool()
Dbase_deserializer.h202 ConstantPool *constpool = constpool_; in GetAndResetConstantPool() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h580 void InterpreterStubBuilder::Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, Gate… in Dispatch()
590 void InterpreterStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchLast()
598 …d InterpreterStubBuilder::DispatchDebugger(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebugger()
608 …terpreterStubBuilder::DispatchDebuggerLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebuggerLast()
623 void InterpreterStubBuilder::DispatchWithId(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchWithId()
636 void InterpreterStubBuilder::CheckException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckException()
654 …erpreterStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckPendingException()
672 …erpreterStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithVar()
692 …rpreterStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithJump()
Daccess_object_stub_builder.cpp127 GateRef constpool = GetConstPoolFromFunction(jsFunc_); in ResolvePropKey() local
Dbytecode_info_collector.cpp185 [[maybe_unused]] JSTaggedValue constpool = in ProcessMethod() local
Dmcr_lowering.cpp150 GateRef constpool = acc_.GetValueIn(gate, 0); in LowerLoadHClassFromConstpool() local
Dslowpath_lowering.cpp2353 GateRef constpool = builder_.GetConstPoolFromFunction(jsFunc); in LowerDefineClassWithBuffer() local
3211 GateRef constpool = builder_.GetConstPoolFromFunction(jsFunc); in LowerCreatePrivateProperty() local
3244 GateRef constpool = builder_.GetConstPoolFromFunction(jsFunc); in LowerDefineSendableClass() local
Dnew_object_stub_builder.cpp499 GateRef NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef constpool, GateRef module, GateRe… in NewJSFunction()
Dstub_builder.cpp5930 GateRef StubBuilder::GetStringFromConstPool(GateRef glue, GateRef constpool, GateRef index) in GetStringFromConstPool()
5937 GateRef StubBuilder::GetMethodFromConstPool(GateRef glue, GateRef constpool, GateRef module, GateRe… in GetMethodFromConstPool()
5943 GateRef StubBuilder::GetArrayLiteralFromConstPool(GateRef glue, GateRef constpool, GateRef index, G… in GetArrayLiteralFromConstPool()
5950 GateRef StubBuilder::GetObjectLiteralFromConstPool(GateRef glue, GateRef constpool, GateRef index, … in GetObjectLiteralFromConstPool()
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp104 JSHandle<ConstantPool> constpool = factory->NewConstantPool(10); in HWTEST_F_L0() local
159 JSHandle<ConstantPool> constpool = factory->NewConstantPool(400); in HWTEST_F_L0() local
229 auto constpool = reinterpret_cast<ConstantPool *>(beginRegion->GetBegin()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp53 JSTaggedValue constpool = GetConstantPool(); in GetJSPandaFile() local
Decma_context.cpp469 JSTaggedValue constpool = FindConstpool(jsPandaFile, index); in FindConstpoolWithAOT() local
486 JSTaggedValue constpool = FindConstpoolWithAOT(jsPandaFile, index); in FindOrCreateConstPool() local
501 JSHandle<ConstantPool> constpool = factory_->NewConstantPool(constpoolSize); in CreateAllConstpool() local
508 void EcmaContext::AddConstpool(const JSPandaFile *jsPandaFile, JSTaggedValue constpool, int32_t ind… in AddConstpool()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp197 JSHandle<ConstantPool> constpool = vm->GetFactory()->NewConstantPool(1); in CreateJSPandaFileAndConstpool() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1191 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
1201 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
1210 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
1220 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
1343 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS() local
1358 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS() local
2013 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
2198 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
2649 JSTaggedValue constpool = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
Druntime_stubs-inl.h864 const JSHandle<JSTaggedValue> &constpool, in RuntimeCreateClassWithBuffer()
919 const JSHandle<JSTaggedValue> &constpool, in RuntimeCreateSharedClass()
2094 …edValue RuntimeStubs::RuntimeDefinefunc(JSThread *thread, const JSHandle<JSTaggedValue> &constpool, in RuntimeDefinefunc()
2974 uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) in RuntimeCreatePrivateProperty()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp51 JSTaggedValue constpool = thread->GetCurrentEcmaContext()->FindConstpool(baseFile, idx); in LoadPatchInternal() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.cpp1398 Inst *constpool = inst->GetDataFlowInput(0); in VisitLoadFromConstantPool() local

12