Home
last modified time | relevance | path

Searched defs:bufferLength (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dwaiter_list_test.cpp26 static WaiterListNode *CreateListNode(JSThread *thread, uint32_t bufferLength) in CreateListNode()
59 uint32_t bufferLength = 5; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
Dos.cpp45 size_t bufferLength = sizeof(size); in PhysicalSize() local
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.cpp248 void Trace::GetUniqueMethods(size_t bufferLength, PandaSet<Method *> *calledMethodsSet) in GetUniqueMethods()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp319 size_t bufferLength = data_->ReadUint32(position_); in ReadSingleEncodeData() local
/arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/
Dets_llvm_ir_constructor_gen.inl219 auto bufferLength = builder_.CreateLoad(builder_.getInt32Ty(), bufferLengthOffset); local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp538 void GetArgs(JSVM_Value* buffer, size_t bufferLength) override in GetArgs()