| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.cpp | 261 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV4V4() 273 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV8V8() 285 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV16V16() 297 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleLdaStrId16() 307 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm8() 317 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm16() 327 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm32() 337 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm8() 353 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm16() 369 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm32() [all …]
|
| D | interpreter-inl.h | 950 auto constpool = GetConstantPool(sp); in RunInternal() local 2132 auto constpool = GetConstantPool(sp); in RunInternal() local 2149 auto constpool = GetConstantPool(sp); in RunInternal() local 2168 auto constpool = GetConstantPool(sp); in RunInternal() local 2185 auto constpool = GetConstantPool(sp); in RunInternal() local 2219 auto constpool = GetConstantPool(sp); in RunInternal() local 2233 auto constpool = GetConstantPool(sp); in RunInternal() local 2463 auto constpool = GetConstantPool(sp); in RunInternal() local 2504 auto constpool = GetConstantPool(sp); in RunInternal() local 2546 auto constpool = GetConstantPool(sp); in RunInternal() local [all …]
|
| D | frame_handler.cpp | 235 JSTaggedValue constpool = method->GetConstantPool(); in GetConstpool() local
|
| D | slow_runtime_stub.cpp | 1086 JSTaggedValue lexenv, JSTaggedValue constpool, in CreateClassWithBuffer()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.h | 163 … static JSTaggedValue GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetMethodFromCache() 204 static JSTaggedValue GetClassMethodFromCache(JSThread *thread, JSHandle<ConstantPool> constpool, in GetClassMethodFromCache() 245 … static JSTaggedValue GetClassLiteralFromCache(JSThread *thread, JSHandle<ConstantPool> constpool, in GetClassLiteralFromCache() 282 …static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index… in GetLiteralFromCache() 353 static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, in GetLiteralFromCache() 360 …static JSTaggedValue PUBLIC_API GetStringFromCache(JSThread *thread, JSTaggedValue constpool, uint… in GetStringFromCache()
|
| D | literal_data_extractor.cpp | 34 JSHandle<ConstantPool> constpool, in ExtractObjectDatas() 136 …const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &ent… in GetDatasIgnoreTypeForClass() 151 … size_t index, JSHandle<ConstantPool> constpool, in GetDatasIgnoreType() 162 …const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &ent… in EnumerateLiteralVals() 327 … JSHandle<ConstantPool> constpool, const CString &entry) in ExtractObjectDatas() 429 JSHandle<ConstantPool> constpool, in GetDatasIgnoreType()
|
| D | scope_info_extractor.cpp | 32 JSHandle<ConstantPool> constpool(thread, method->GetConstantPool()); in GenerateScopeInfo() local
|
| D | panda_file_translator.cpp | 111 JSHandle<ConstantPool> constpool; in GenerateProgram() local 135 JSHandle<ConstantPool> constpool) in GenerateProgramInternal() 161 JSHandle<ConstantPool> constpool = AllocateConstPool(vm, jsPandaFile); in ParseConstPool() local 230 JSHandle<ConstantPool> constpool) in ParseFuncAndLiteralConstPool() 301 JSHandle<ConstantPool> constpool = factory->NewConstantPool(constpoolIndex); in AllocateConstPool() local
|
| D | quick_fix_loader.cpp | 121 JSHandle<ConstantPool> constpool; in ParseAllConstpoolWithMerge() local 162 JSHandle<ConstantPool> constpool) in GenerateConstpoolCache()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.cpp | 53 JSTaggedValue constpool = GetConstantPool(); in GetJSPandaFile() local
|
| D | ecma_vm.cpp | 565 JSTaggedValue constpool = FindConstpool(jsPandaFile, index); in FindOrCreateConstPool() local 632 void EcmaVM::AddConstpool(const JSPandaFile *jsPandaFile, JSTaggedValue constpool, int32_t index) in AddConstpool()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub-inl.h | 550 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()
|
| D | stub_builder.cpp | 4324 GateRef StubBuilder::GetStringFromConstPool(GateRef glue, GateRef constpool, GateRef index) in GetStringFromConstPool() 4330 GateRef StubBuilder::GetMethodFromConstPool(GateRef glue, GateRef constpool, GateRef index) in GetMethodFromConstPool() 4336 GateRef StubBuilder::GetArrayLiteralFromConstPool(GateRef glue, GateRef constpool, GateRef index, G… in GetArrayLiteralFromConstPool() 4341 GateRef StubBuilder::GetObjectLiteralFromConstPool(GateRef glue, GateRef constpool, GateRef index, … in GetObjectLiteralFromConstPool()
|
| D | stub_builder-inl.h | 1778 inline GateRef StubBuilder::GetObjectFromConstPool(GateRef constpool, GateRef index) in GetObjectFromConstPool()
|
| D | slowpath_lowering.cpp | 3053 GateRef constpool = builder_.GetConstPool(jsFunc); in LowerDefineClassWithBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/tests/ |
| D | snapshot_test.cpp | 72 JSHandle<ConstantPool> constpool = factory->NewConstantPool(6); in HWTEST_F_L0() local 112 JSHandle<ConstantPool> constpool = factory->NewConstantPool(400); in HWTEST_F_L0() local 195 auto constpool = reinterpret_cast<ConstantPool *>(beginRegion->GetBegin()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 718 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local 727 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local 736 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local 746 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local 869 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS() local 883 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS() local 1402 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 1419 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 1436 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 1453 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|
| D | runtime_stubs-inl.h | 754 const JSHandle<JSTaggedValue> &constpool, in RuntimeCreateClassWithBuffer() 781 const JSHandle<JSTaggedValue> &constpool, in RuntimeCreateClassWithIHClass()
|