Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_compilation_env.cpp80 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
Daot_compilation_env.cpp87 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()
Dinterpreter_stub-inl.h680 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()
Dslowpath_lowering.cpp1291 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/
Dinterpreter_assembly.cpp344 …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 …]
Dinterpreter-inl.cpp1104 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 …]
Dframe_handler.cpp276 JSTaggedValue constpool = method->GetConstantPool(thread_); in GetConstpool() local
Dslow_runtime_stub.cpp1140 JSTaggedValue lexenv, JSTaggedValue constpool, in CreateClassWithBuffer()
1156JSTaggedValue 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/
Dprogram_object.cpp20 …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()
Dliteral_data_extractor.cpp31 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()
244JSHandle<ConstantPool> constpool, in DefineFunctionTemplate()
324 … uint32_t offset, JSHandle<ConstantPool> constpool, in DefineMethodInLiteral()
408JSHandle<ConstantPool> constpool, const CString &entry, in ExtractObjectDatas()
520 … EntityId id, JSHandle<ConstantPool> constpool, in GetDatasIgnoreTypeForClass()
540 … EntityId id, JSHandle<ConstantPool> constpool, in GetDatasIgnoreType()
Dprogram_object.h254 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()
Dscope_info_extractor.cpp32 JSHandle<ConstantPool> constpool(thread, method->GetConstantPool(thread)); in GenerateScopeInfo() local
Dpanda_file_translator.cpp174 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/
Dbaseline_stubs.cpp303 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 …]
Dbaseline_stub_builder.h120 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/
Dsnapshot_test.cpp112 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/
Decma_vm.cpp1161 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
Dmethod.cpp58 JSTaggedValue constpool = GetConstantPool(thread); in GetJSPandaFile() local
Druntime.cpp406 JSHandle<ConstantPool> constpool, in AddOrUpdateConstpool()
Dshared_object_factory.cpp225 JSHandle<ConstantPool> constpool, uint32_t entryIndex, in NewSMethod()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp63 JSTaggedValue constpool = method->GetConstantPool(hostThread_); in PrepareCompile() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp215 JSHandle<ConstantPool> constpool = vm->GetFactory()->NewSConstantPool(1); in CreateJSPandaFileAndConstpool() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1349 …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
Druntime_stubs-inl.h980 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/
Dpatch_loader.cpp50 JSTaggedValue constpool = vm->FindConstpool(baseFile, idx); in LoadPatchInternal() local

12