/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter_assembly.cpp | 312 …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 …]
|
D | interpreter-inl.h | 1073 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 …]
|
D | frame_handler.cpp | 238 JSTaggedValue constpool = method->GetConstantPool(); in GetConstpool() local
|
D | slow_runtime_stub.cpp | 1117 JSTaggedValue lexenv, JSTaggedValue constpool, in CreateClassWithBuffer() 1133 … JSTaggedValue 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/ |
D | literal_data_extractor.cpp | 37 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() 357 … JSHandle<ConstantPool> constpool, const CString &entry, in ExtractObjectDatas() 462 … EntityId id, JSHandle<ConstantPool> constpool, in GetDatasIgnoreType()
|
D | program_object.h | 222 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()
|
D | scope_info_extractor.cpp | 33 JSHandle<ConstantPool> constpool(thread, method->GetConstantPool()); in GenerateScopeInfo() local
|
D | panda_file_translator.cpp | 108 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/ |
D | base_deserializer.cpp | 134 …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()
|
D | base_deserializer.h | 202 ConstantPool *constpool = constpool_; in GetAndResetConstantPool() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub-inl.h | 580 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()
|
D | access_object_stub_builder.cpp | 127 GateRef constpool = GetConstPoolFromFunction(jsFunc_); in ResolvePropKey() local
|
D | bytecode_info_collector.cpp | 185 [[maybe_unused]] JSTaggedValue constpool = in ProcessMethod() local
|
D | mcr_lowering.cpp | 150 GateRef constpool = acc_.GetValueIn(gate, 0); in LowerLoadHClassFromConstpool() local
|
D | slowpath_lowering.cpp | 2353 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
|
D | new_object_stub_builder.cpp | 499 GateRef NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef constpool, GateRef module, GateRe… in NewJSFunction()
|
D | stub_builder.cpp | 5930 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/ |
D | snapshot_test.cpp | 104 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/ |
D | method.cpp | 53 JSTaggedValue constpool = GetConstantPool(); in GetJSPandaFile() local
|
D | ecma_context.cpp | 469 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/ |
D | js_pandafile_manager_test.cpp | 197 JSHandle<ConstantPool> constpool = vm->GetFactory()->NewConstantPool(1); in CreateJSPandaFileAndConstpool() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 1191 …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
|
D | runtime_stubs-inl.h | 864 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/ |
D | patch_loader.cpp | 51 JSTaggedValue constpool = thread->GetCurrentEcmaContext()->FindConstpool(baseFile, idx); in LoadPatchInternal() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
D | alias_analysis.cpp | 1398 Inst *constpool = inst->GetDataFlowInput(0); in VisitLoadFromConstantPool() local
|