| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | jit_compilation_env.cpp | 80 JSTaggedValue constpool = method->GetConstantPool(thread_); in FindConstpool() local 92 JSTaggedValue constpool = method->GetConstantPool(thread_); in FindConstpool() local 101 JSTaggedValue constpool = GetConstantPoolByMethodOffset(methodOffset); in FindOrCreateUnsharedConstpool() local 113 [[maybe_unused]] JSTaggedValue constpool = method->GetConstantPool(thread_); in FindOrCreateUnsharedConstpool() local 129 JSTaggedValue constpool; in GetConstantPoolByMethodOffset() local 143 JSTaggedValue JitCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, … in GetArrayLiteralFromCache() 149 JSTaggedValue JitCompilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index,… in GetObjectLiteralFromCache() 155 JSTaggedValue JitCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache() 160 panda_file::File::EntityId JitCompilationEnv::GetIdFromCache(JSTaggedValue constpool, uint32_t inde… in GetIdFromCache() 183 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 | 680 void InterpreterStubBuilder::Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, Gate… in Dispatch() 690 void InterpreterStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchLast() 698 …d InterpreterStubBuilder::DispatchDebugger(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebugger() 708 …terpreterStubBuilder::DispatchDebuggerLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebuggerLast() 723 void InterpreterStubBuilder::DispatchWithId(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchWithId() 736 void InterpreterStubBuilder::CheckException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckException() 754 …erpreterStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckPendingException() 772 …erpreterStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithVar() 792 …rpreterStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithJump()
|
| D | slowpath_lowering.cpp | 1291 auto constpool = jitCompilationEnv->GetConstantPoolByMethodOffset(methodOffset); in GetStringFromConstPool() local 1752 JSTaggedValue constpool = jitCompilationEnv->GetConstantPoolByMethodOffset(methodOffset); in LowerCreateObjectWithBuffer() local 3310 JSTaggedValue constpool = jitCompilationEnv->GetConstantPoolByMethodOffset(methodOffset); in TryGetMethodHeapConstantIndex() local 4010 GateRef constpool = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerCreatePrivateProperty() local 4043 GateRef constpool = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerDefineSendableClass() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.cpp | 344 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV4V4() 356 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV8V8() 368 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV16V16() 380 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleLdaStrId16() 391 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm8() 401 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm16() 411 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm32() 421 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm8() 437 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm16() 453 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJeqzImm32() [all …]
|
| D | interpreter-inl.cpp | 1104 auto constpool = GetConstantPool(sp); in RunInternal() local 2356 auto constpool = GetConstantPool(sp); in RunInternal() local 2374 auto constpool = GetConstantPool(sp); in RunInternal() local 2393 auto constpool = GetConstantPool(sp); in RunInternal() local 2411 auto constpool = GetConstantPool(sp); in RunInternal() local 2445 auto constpool = GetConstantPool(sp); in RunInternal() local 2460 auto constpool = GetConstantPool(sp); in RunInternal() local 2692 auto constpool = GetConstantPool(sp); in RunInternal() local 2734 auto constpool = GetConstantPool(sp); in RunInternal() local 2777 auto constpool = GetConstantPool(sp); in RunInternal() local [all …]
|
| D | frame_handler.cpp | 276 JSTaggedValue constpool = method->GetConstantPool(thread_); 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() 133 …d ConstantPool::MergeObjectLiteralHClassCache(EcmaVM *vm, const JSHandle<JSTaggedValue> &constpool) in MergeObjectLiteralHClassCache() 182 JSTaggedValue ConstantPool::GetMethodFromCache(JSTaggedValue constpool, uint32_t index, JSThread *t… in GetMethodFromCache() 201 JSTaggedValue ConstantPool::GetIhcFromAOTLiteralInfo(JSThread *thread, JSTaggedValue constpool, uin… in GetIhcFromAOTLiteralInfo()
|
| 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() 244 … JSHandle<ConstantPool> constpool, in DefineFunctionTemplate() 324 … 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() 456 JSThread *thread, const JSTaggedValue constpool, uint32_t index, JSTaggedValue value) in CASSetObjectToCache() 478 … static JSTaggedValue GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetMethodFromCache() 547 …static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index… in GetLiteralFromCache() 648 static JSTaggedValue GetLiteralFromCacheNoScope(JSThread *thread, JSTaggedValue constpool, in GetLiteralFromCacheNoScope() 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(thread)); in GenerateScopeInfo() local
|
| D | panda_file_translator.cpp | 174 JSHandle<ConstantPool> constpool, in GenerateProgramInternal() 211 JSHandle<ConstantPool> constpool = AllocateConstPool(vm, jsPandaFile); in ParseConstPool() local 279 JSHandle<ConstantPool> constpool) in ParseFuncAndLiteralConstPool() 362 JSHandle<ConstantPool> constpool = factory->NewConstantPool(constpoolIndex); in AllocateConstPool() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 303 GateRef constpool = GetConstpoolFromMethod(glue, method); in GenerateCircuit() local 348 GateRef constpool = GetConstpoolFromMethod(glue, method); in GenerateCircuit() local 363 GateRef constpool = GetConstpoolFromMethod(glue, method); in GenerateCircuit() local 555 GateRef constpool = GetConstpoolFromMethod(glue, curMethod); in GenerateCircuit() local 875 GateRef constpool = GetConstpoolFromMethod(glue, method); in GenerateCircuit() local 895 GateRef constpool = GetConstpoolFromMethod(glue, method); in GenerateCircuit() local 916 GateRef constpool = GetConstpoolFromMethod(glue, method); in GenerateCircuit() local 934 GateRef constpool = GetConstpoolFromMethod(glue, method); in GenerateCircuit() local 1517 GateRef constpool = GetConstpoolFromMethod(glue, method); in GenerateCircuit() local 1548 GateRef constpool = GetConstpoolFromMethod(glue, method); in GenerateCircuit() local [all …]
|
| D | baseline_stub_builder.h | 120 inline void DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchLast() 128 void Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, GateRef profileTypeInfo, in Dispatch()
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/tests/ |
| D | snapshot_test.cpp | 112 JSHandle<ConstantPool> constpool = factory->NewConstantPool(10); in HWTEST_F_L0() local 171 JSHandle<ConstantPool> constpool = factory->NewConstantPool(400); in HWTEST_F_L0() local 245 ConstantPool *constpool; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.cpp | 1161 void EcmaVM::LoadProtoTransitionTable(JSTaggedValue constpool) in LoadProtoTransitionTable() 1169 void EcmaVM::ResetProtoTransitionTableOnConstpool(JSTaggedValue constpool) in ResetProtoTransitionTableOnConstpool() 1737 JSHandle<ConstantPool> constpool, in AddOrUpdateConstpool() 1746 JSHandle<ConstantPool> constpool, in AddContextConstpoolCache() 1833 JSTaggedValue constpool = FindConstpoolFromContextCache(jsPandaFile, index); in FindCachedConstpoolAndLoadAiIfNeeded() local 1852 JSTaggedValue constpool = FindCachedConstpoolAndLoadAiIfNeeded(jsPandaFile, index); in FindOrCreateConstPool() local 1887 JSHandle<ConstantPool> constpool = factory_->NewConstantPool(constpoolSize); in CreateAllConstpool() local
|
| D | method.cpp | 58 JSTaggedValue constpool = GetConstantPool(thread); in GetJSPandaFile() local
|
| D | runtime.cpp | 406 JSHandle<ConstantPool> constpool, in AddOrUpdateConstpool()
|
| D | shared_object_factory.cpp | 225 JSHandle<ConstantPool> constpool, uint32_t entryIndex, in NewSMethod()
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_task.cpp | 63 JSTaggedValue constpool = method->GetConstantPool(hostThread_); in PrepareCompile() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_manager_test.cpp | 215 JSHandle<ConstantPool> constpool = vm->GetFactory()->NewSConstantPool(1); in CreateJSPandaFileAndConstpool() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1349 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local 1358 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local 1367 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local 1378 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local 1511 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS() local 1541 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS() local 2427 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 2595 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local 3122 JSTaggedValue constpool = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|
| D | runtime_stubs-inl.h | 980 const JSHandle<JSTaggedValue> &constpool, in RuntimeCreateClassWithBuffer() 1080 const JSHandle<JSTaggedValue> &constpool, in RuntimeCreateSharedClass() 2438 …edValue RuntimeStubs::RuntimeDefinefunc(JSThread *thread, const JSHandle<JSTaggedValue> &constpool, in RuntimeDefinefunc() 3374 uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) in RuntimeCreatePrivateProperty()
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 50 JSTaggedValue constpool = vm->FindConstpool(baseFile, idx); in LoadPatchInternal() local
|