| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | jit_compilation_env.cpp | 74 JSTaggedValue constpool = method->GetConstantPool(); in FindConstpool() local 86 JSTaggedValue constpool = method->GetConstantPool(); in FindConstpool() local 95 JSTaggedValue constpool = GetConstantPoolByMethodOffset(methodOffset); in FindOrCreateUnsharedConstpool() local 107 [[maybe_unused]] JSTaggedValue constpool = method->GetConstantPool(); in FindOrCreateUnsharedConstpool() local 123 JSTaggedValue constpool; in GetConstantPoolByMethodOffset() local 137 JSTaggedValue JitCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, … in GetArrayLiteralFromCache() 143 JSTaggedValue JitCompilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index,… in GetObjectLiteralFromCache() 149 JSTaggedValue JitCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache() 154 panda_file::File::EntityId JitCompilationEnv::GetIdFromCache(JSTaggedValue constpool, uint32_t inde… in GetIdFromCache() 177 JSTaggedValue constpool = GetConstantPoolByMethodOffset(methodOffset); in GetStringFromConstantPool() local
|
| D | aot_compilation_env.cpp | 87 JSTaggedValue AOTCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, … in GetArrayLiteralFromCache() 92 JSTaggedValue AOTCompilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index,… in GetObjectLiteralFromCache() 97 JSTaggedValue AOTCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache() 102 panda_file::File::EntityId AOTCompilationEnv::GetIdFromCache(JSTaggedValue constpool, uint32_t inde… in GetIdFromCache()
|
| D | interpreter_stub-inl.h | 675 void InterpreterStubBuilder::Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, Gate… in Dispatch() 685 void InterpreterStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchLast() 693 …d InterpreterStubBuilder::DispatchDebugger(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebugger() 703 …terpreterStubBuilder::DispatchDebuggerLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebuggerLast() 718 void InterpreterStubBuilder::DispatchWithId(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchWithId() 731 void InterpreterStubBuilder::CheckException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckException() 749 …erpreterStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckPendingException() 767 …erpreterStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithVar() 787 …rpreterStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithJump()
|
| D | circuit_builder.cpp | 599 GateRef CircuitBuilder::GetUnsharedConstpoolFromGlue(GateRef glue, GateRef constpool) in GetUnsharedConstpoolFromGlue() 631 GateRef CircuitBuilder::GetUnsharedConstpoolIndex(GateRef constpool) in GetUnsharedConstpoolIndex()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.cpp | 308 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV4V4() 320 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV8V8() 332 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV16V16() 344 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleLdaStrId16() 355 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm8() 365 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm16() 375 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm32() 385 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm8() 401 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm16() 417 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm32() [all …]
|
| D | interpreter-inl.cpp | 1092 auto constpool = GetConstantPool(sp); in RunInternal() local 2344 auto constpool = GetConstantPool(sp); in RunInternal() local 2362 auto constpool = GetConstantPool(sp); in RunInternal() local 2381 auto constpool = GetConstantPool(sp); in RunInternal() local 2399 auto constpool = GetConstantPool(sp); in RunInternal() local 2433 auto constpool = GetConstantPool(sp); in RunInternal() local 2447 auto constpool = GetConstantPool(sp); in RunInternal() local 2678 auto constpool = GetConstantPool(sp); in RunInternal() local 2719 auto constpool = GetConstantPool(sp); in RunInternal() local 2761 auto constpool = GetConstantPool(sp); in RunInternal() local [all …]
|
| D | frame_handler.cpp | 291 JSTaggedValue constpool = method->GetConstantPool(); in GetConstpool() local
|
| D | slow_runtime_stub.cpp | 1140 JSTaggedValue lexenv, JSTaggedValue constpool, in CreateClassWithBuffer() 1156 … JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, in CreateSharedClass() 1263 uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) in CreatePrivateProperty()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.cpp | 20 …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()
|
| D | literal_data_extractor.cpp | 31 JSHandle<ConstantPool> constpool, in ExtractObjectDatas() 130 …const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &ent… in GetDatasIgnoreTypeForClass() 143 … size_t index, JSHandle<ConstantPool> constpool, in GetDatasIgnoreType() 151 …const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &ent… in EnumerateLiteralVals() 243 … JSHandle<ConstantPool> constpool, in DefineFunctionTemplate() 323 … uint32_t offset, JSHandle<ConstantPool> constpool, in DefineMethodInLiteral() 408 … JSHandle<ConstantPool> constpool, const CString &entry, in ExtractObjectDatas() 520 … EntityId id, JSHandle<ConstantPool> constpool, in GetDatasIgnoreTypeForClass() 540 … EntityId id, JSHandle<ConstantPool> constpool, in GetDatasIgnoreType()
|
| D | program_object.h | 254 static bool CheckUnsharedConstpool(JSTaggedValue constpool) in CheckUnsharedConstpool() 455 JSThread *thread, const JSTaggedValue constpool, uint32_t index, JSTaggedValue value) in CASSetObjectToCache() 477 … static JSTaggedValue GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetMethodFromCache() 545 …static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index… in GetLiteralFromCache() 645 …static JSTaggedValue GetLiteralFromCache(JSTaggedValue constpool, uint32_t index, [[maybe_unused]]… in GetLiteralFromCache() 658 static panda_file::File::EntityId GetIdFromCache(JSTaggedValue constpool, uint32_t index) in GetIdFromCache() 666 static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, in GetLiteralFromCache()
|
| D | scope_info_extractor.cpp | 32 JSHandle<ConstantPool> constpool(thread, method->GetConstantPool()); in GenerateScopeInfo() local
|
| D | panda_file_translator.cpp | 176 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/ |
| D | baseline_stubs.cpp | 302 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 347 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 362 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 552 GateRef constpool = GetConstpoolFromMethod(curMethod); in GenerateCircuit() local 872 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 892 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 913 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 931 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 1512 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 1545 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local [all …]
|
| D | baseline_stub_builder.h | 119 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/ |
| D | ecma_context.cpp | 433 void EcmaContext::LoadProtoTransitionTable(JSTaggedValue constpool) in LoadProtoTransitionTable() 440 void EcmaContext::ResetProtoTransitionTableOnConstpool(JSTaggedValue constpool) in ResetProtoTransitionTableOnConstpool() 540 JSHandle<ConstantPool> constpool, in AddOrUpdateConstpool() 549 JSHandle<ConstantPool> constpool, in AddContextConstpoolCache() 631 JSTaggedValue constpool = FindConstpoolFromContextCache(jsPandaFile, index); in FindCachedConstpoolAndLoadAiIfNeeded() local 649 JSTaggedValue constpool = FindCachedConstpoolAndLoadAiIfNeeded(jsPandaFile, index); in FindOrCreateConstPool() local 684 JSHandle<ConstantPool> constpool = factory_->NewConstantPool(constpoolSize); in CreateAllConstpool() local
|
| D | method.cpp | 58 JSTaggedValue constpool = GetConstantPool(); in GetJSPandaFile() local
|
| D | runtime.cpp | 290 JSHandle<ConstantPool> constpool, in AddOrUpdateConstpool()
|
| D | shared_object_factory.cpp | 186 JSHandle<ConstantPool> constpool, uint32_t entryIndex, in NewSMethod()
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/tests/ |
| D | snapshot_test.cpp | 112 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/ |
| D | jit_task.cpp | 60 JSTaggedValue constpool = method->GetConstantPool(); in PrepareCompile() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_manager_test.cpp | 204 JSHandle<ConstantPool> constpool = vm->GetFactory()->NewSConstantPool(1); in CreateJSPandaFileAndConstpool() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1350 …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 1512 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS() local 1542 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS() local 2320 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 2505 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local 3019 JSTaggedValue constpool = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|
| D | runtime_stubs-inl.h | 933 const JSHandle<JSTaggedValue> &constpool, in RuntimeCreateClassWithBuffer() 1027 const JSHandle<JSTaggedValue> &constpool, in RuntimeCreateSharedClass() 2296 …edValue RuntimeStubs::RuntimeDefinefunc(JSThread *thread, const JSHandle<JSTaggedValue> &constpool, in RuntimeDefinefunc() 3217 uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) in RuntimeCreatePrivateProperty()
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 47 JSTaggedValue constpool = thread->GetCurrentEcmaContext()->FindConstpool(baseFile, idx); in LoadPatchInternal() local
|