Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp279 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV4V4()
291 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV8V8()
303 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV16V16()
315 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleLdaStrId16()
326 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm8()
336 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm16()
346 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm32()
356 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm8()
372 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm16()
388 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm32()
[all …]
Dinterpreter-inl.h1037 auto constpool = GetConstantPool(sp); in RunInternal() local
2278 auto constpool = GetConstantPool(sp); in RunInternal() local
2295 auto constpool = GetConstantPool(sp); in RunInternal() local
2314 auto constpool = GetConstantPool(sp); in RunInternal() local
2331 auto constpool = GetConstantPool(sp); in RunInternal() local
2365 auto constpool = GetConstantPool(sp); in RunInternal() local
2379 auto constpool = GetConstantPool(sp); in RunInternal() local
2609 auto constpool = GetConstantPool(sp); in RunInternal() local
2650 auto constpool = GetConstantPool(sp); in RunInternal() local
2692 auto constpool = GetConstantPool(sp); in RunInternal() local
[all …]
Dframe_handler.cpp238 JSTaggedValue constpool = method->GetConstantPool(); in GetConstpool() local
Dslow_runtime_stub.cpp1099 JSTaggedValue lexenv, JSTaggedValue constpool, in CreateClassWithBuffer()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h181 … static JSTaggedValue GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetMethodFromCache()
216 … static JSTaggedValue GetClassLiteralFromCache(JSThread *thread, JSHandle<ConstantPool> constpool, in GetClassLiteralFromCache()
249 …static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index… in GetLiteralFromCache()
320 static panda_file::File::EntityId GetIdFromCache(JSTaggedValue constpool, uint32_t index) in GetIdFromCache()
328 static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, in GetLiteralFromCache()
335 …static JSTaggedValue PUBLIC_API GetStringFromCache(JSThread *thread, JSTaggedValue constpool, uint… in GetStringFromCache()
Dliteral_data_extractor.cpp36 JSHandle<ConstantPool> constpool, in ExtractObjectDatas()
119 …const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &ent… in GetDatasIgnoreTypeForClass()
132 … size_t index, JSHandle<ConstantPool> constpool, in GetDatasIgnoreType()
140 …const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &ent… in EnumerateLiteralVals()
213 … uint32_t offset, JSHandle<ConstantPool> constpool, in DefineMethodInLiteral()
288JSHandle<ConstantPool> constpool, const CString &entry, in ExtractObjectDatas()
382 … EntityId id, JSHandle<ConstantPool> constpool, in GetDatasIgnoreType()
Dscope_info_extractor.cpp32 JSHandle<ConstantPool> constpool(thread, method->GetConstantPool()); in GenerateScopeInfo() local
Dpanda_file_translator.cpp107 JSHandle<ConstantPool> constpool; in GenerateProgram() local
133 JSHandle<ConstantPool> constpool) in GenerateProgramInternal()
158 JSHandle<ConstantPool> constpool = AllocateConstPool(vm, jsPandaFile); in ParseConstPool() local
225 JSHandle<ConstantPool> constpool) in ParseFuncAndLiteralConstPool()
296 JSHandle<ConstantPool> constpool = factory->NewConstantPool(constpoolIndex); in AllocateConstPool() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h550 void InterpreterStubBuilder::Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, Gate… in Dispatch()
560 void InterpreterStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchLast()
568 …d InterpreterStubBuilder::DispatchDebugger(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebugger()
578 …terpreterStubBuilder::DispatchDebuggerLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebuggerLast()
593 void InterpreterStubBuilder::DispatchWithId(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchWithId()
606 void InterpreterStubBuilder::CheckException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckException()
624 …erpreterStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckPendingException()
642 …erpreterStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithVar()
662 …rpreterStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithJump()
Daccess_object_stub_builder.cpp132 GateRef constpool = GetConstPoolFromFunction(jsFunc_); in ResolvePropKey() local
Dstub_builder.cpp4836 GateRef StubBuilder::GetStringFromConstPool(GateRef glue, GateRef constpool, GateRef index) in GetStringFromConstPool()
4843 GateRef StubBuilder::GetMethodFromConstPool(GateRef glue, GateRef constpool, GateRef index) in GetMethodFromConstPool()
4850 GateRef StubBuilder::GetArrayLiteralFromConstPool(GateRef glue, GateRef constpool, GateRef index, G… in GetArrayLiteralFromConstPool()
4857 GateRef StubBuilder::GetObjectLiteralFromConstPool(GateRef glue, GateRef constpool, GateRef index, … in GetObjectLiteralFromConstPool()
Dslowpath_lowering.cpp2422 GateRef constpool = builder_.GetConstPoolFromFunction(jsFunc); in LowerDefineClassWithBuffer() local
Dstub_builder-inl.h1973 inline GateRef StubBuilder::GetObjectFromConstPool(GateRef constpool, GateRef index) in GetObjectFromConstPool()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp53 JSTaggedValue constpool = GetConstantPool(); in GetJSPandaFile() local
Decma_context.cpp401 JSTaggedValue constpool = FindConstpool(jsPandaFile, index); in FindOrCreateConstPool() local
417 JSHandle<ConstantPool> constpool = factory_->NewConstantPool(constpoolSize); in CreateAllConstpool() local
424 void EcmaContext::AddConstpool(const JSPandaFile *jsPandaFile, JSTaggedValue constpool, int32_t ind… in AddConstpool()
Dobject_factory.cpp1620 JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) in NewMethod()
/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/patch/
Dpatch_loader.cpp50 JSTaggedValue constpool = thread->GetCurrentEcmaContext()->FindConstpool(baseFile, idx); in LoadPatchInternal() local
102 JSHandle<ConstantPool> constpool(thread, constpoolVal); in ExecutePatchMain() local
/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.cpp807 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
816 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
825 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
835 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
958 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS() local
1515 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
Druntime_stubs-inl.h826 const JSHandle<JSTaggedValue> &constpool, in RuntimeCreateClassWithBuffer()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp732 JSHandle<ConstantPool> constpool(thread, method->GetConstantPool()); in MethodTest1() local