| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | jit_compilation_env.cpp | 75 JSTaggedValue constpool = method->GetConstantPool(); in FindConstpool() local 87 JSTaggedValue constpool = method->GetConstantPool(); in FindConstpool() local 96 JSTaggedValue constpool = GetConstantPoolByMethodOffset(methodOffset); in FindOrCreateUnsharedConstpool() local 108 [[maybe_unused]] JSTaggedValue constpool = method->GetConstantPool(); in FindOrCreateUnsharedConstpool() local 124 JSTaggedValue constpool; in GetConstantPoolByMethodOffset() local 138 JSTaggedValue JitCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, … in GetArrayLiteralFromCache() 144 JSTaggedValue JitCompilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index,… in GetObjectLiteralFromCache() 150 JSTaggedValue JitCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache() 155 panda_file::File::EntityId JitCompilationEnv::GetIdFromCache(JSTaggedValue constpool, uint32_t inde… in GetIdFromCache() 178 JSTaggedValue constpool = GetConstantPoolByMethodOffset(methodOffset); in GetStringFromConstantPool() local
|
| D | aot_compilation_env.cpp | 88 JSTaggedValue AOTCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, … in GetArrayLiteralFromCache() 93 JSTaggedValue AOTCompilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index,… in GetObjectLiteralFromCache() 98 JSTaggedValue AOTCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache() 103 panda_file::File::EntityId AOTCompilationEnv::GetIdFromCache(JSTaggedValue constpool, uint32_t inde… in GetIdFromCache()
|
| D | interpreter_stub-inl.h | 674 void InterpreterStubBuilder::Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, Gate… in Dispatch() 684 void InterpreterStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchLast() 692 …d InterpreterStubBuilder::DispatchDebugger(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebugger() 702 …terpreterStubBuilder::DispatchDebuggerLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebuggerLast() 717 void InterpreterStubBuilder::DispatchWithId(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchWithId() 730 void InterpreterStubBuilder::CheckException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckException() 748 …erpreterStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckPendingException() 766 …erpreterStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithVar() 786 …rpreterStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithJump()
|
| D | access_object_stub_builder.cpp | 217 GateRef constpool = GetConstPoolFromFunction(jsFunc_); in ResolvePropKey() local
|
| D | circuit_builder.cpp | 582 GateRef CircuitBuilder::GetUnsharedConstpoolFromGlue(GateRef glue, GateRef constpool) in GetUnsharedConstpoolFromGlue() 590 GateRef CircuitBuilder::GetUnsharedConstpoolIndex(GateRef constpool) in GetUnsharedConstpoolIndex()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.cpp | 304 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV4V4() 316 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV8V8() 328 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV16V16() 340 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleLdaStrId16() 351 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm8() 361 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm16() 371 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm32() 381 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm8() 397 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm16() 413 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm32() [all …]
|
| D | interpreter-inl.cpp | 1088 auto constpool = GetConstantPool(sp); in RunInternal() local 2339 auto constpool = GetConstantPool(sp); in RunInternal() local 2357 auto constpool = GetConstantPool(sp); in RunInternal() local 2376 auto constpool = GetConstantPool(sp); in RunInternal() local 2394 auto constpool = GetConstantPool(sp); in RunInternal() local 2428 auto constpool = GetConstantPool(sp); in RunInternal() local 2442 auto constpool = GetConstantPool(sp); in RunInternal() local 2673 auto constpool = GetConstantPool(sp); in RunInternal() local 2714 auto constpool = GetConstantPool(sp); in RunInternal() local 2756 auto constpool = GetConstantPool(sp); in RunInternal() local [all …]
|
| D | frame_handler.cpp | 276 JSTaggedValue constpool = method->GetConstantPool(); in GetConstpool() local
|
| D | slow_runtime_stub.cpp | 1124 JSTaggedValue lexenv, JSTaggedValue constpool, in CreateClassWithBuffer() 1140 … JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, in CreateSharedClass() 1247 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 | 32 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() 244 … JSHandle<ConstantPool> constpool, in DefineFunctionTemplate() 322 … uint32_t offset, JSHandle<ConstantPool> constpool, in DefineMethodInLiteral() 404 … JSHandle<ConstantPool> constpool, const CString &entry, in ExtractObjectDatas() 516 … EntityId id, JSHandle<ConstantPool> constpool, in GetDatasIgnoreTypeForClass() 536 … EntityId id, JSHandle<ConstantPool> constpool, in GetDatasIgnoreType()
|
| D | program_object.h | 254 static bool CheckUnsharedConstpool(JSTaggedValue constpool) in CheckUnsharedConstpool() 460 JSThread *thread, const JSTaggedValue constpool, uint32_t index, JSTaggedValue value) in CASSetObjectToCache() 482 … static JSTaggedValue GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetMethodFromCache() 550 …static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index… in GetLiteralFromCache() 649 …static JSTaggedValue GetLiteralFromCache(JSTaggedValue constpool, uint32_t index, [[maybe_unused]]… in GetLiteralFromCache() 662 static panda_file::File::EntityId GetIdFromCache(JSTaggedValue constpool, uint32_t index) in GetIdFromCache() 670 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 | 304 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 349 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 364 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 554 GateRef constpool = GetConstpoolFromMethod(curMethod); in GenerateCircuit() local 874 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 893 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 913 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 931 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 1508 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local 1538 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 | 488 void EcmaContext::LoadProtoTransitionTable(JSTaggedValue constpool) in LoadProtoTransitionTable() 495 void EcmaContext::ResetProtoTransitionTableOnConstpool(JSTaggedValue constpool) in ResetProtoTransitionTableOnConstpool() 595 JSHandle<ConstantPool> constpool, in AddOrUpdateConstpool() 604 JSHandle<ConstantPool> constpool, in AddContextConstpoolCache() 648 JSTaggedValue constpool = FindConstpoolFromContextCache(jsPandaFile, index); in FindCachedConstpoolAndLoadAiIfNeeded() local 666 JSTaggedValue constpool = FindCachedConstpoolAndLoadAiIfNeeded(jsPandaFile, index); in FindOrCreateConstPool() local 699 JSHandle<ConstantPool> constpool = factory_->NewConstantPool(constpoolSize); in CreateAllConstpool() local
|
| D | method.cpp | 58 JSTaggedValue constpool = GetConstantPool(); in GetJSPandaFile() local
|
| D | runtime.cpp | 284 JSHandle<ConstantPool> constpool, in AddOrUpdateConstpool()
|
| /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 | 64 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 1503 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS() local 1533 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS() local 2266 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 2451 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local 2965 JSTaggedValue constpool = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|
| D | runtime_stubs-inl.h | 906 const JSHandle<JSTaggedValue> &constpool, in RuntimeCreateClassWithBuffer() 1004 const JSHandle<JSTaggedValue> &constpool, in RuntimeCreateSharedClass() 2269 …edValue RuntimeStubs::RuntimeDefinefunc(JSThread *thread, const JSHandle<JSTaggedValue> &constpool, in RuntimeDefinefunc() 3189 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
|