Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:FreeBuffer
(Results
1 - 18
of
18
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/
H
A
D
js_array_buffer_test.cpp
59
vm->GetNativeAreaAllocator()->
FreeBuffer
(toBuffer);
in HWTEST_F_L0()
60
vm->GetNativeAreaAllocator()->
FreeBuffer
(data);
in HWTEST_F_L0()
61
vm->GetNativeAreaAllocator()->
FreeBuffer
(formBuffer);
in HWTEST_F_L0()
96
vm->GetNativeAreaAllocator()->
FreeBuffer
(buffer);
in HWTEST_F_L0()
97
vm->GetNativeAreaAllocator()->
FreeBuffer
(data);
in HWTEST_F_L0()
H
A
D
js_sendable_arraybuffer_test.cpp
59
vm->GetNativeAreaAllocator()->
FreeBuffer
(toBuffer);
in HWTEST_F_L0()
60
vm->GetNativeAreaAllocator()->
FreeBuffer
(data);
in HWTEST_F_L0()
61
vm->GetNativeAreaAllocator()->
FreeBuffer
(formBuffer);
in HWTEST_F_L0()
85
vm->GetNativeAreaAllocator()->
FreeBuffer
(toBuffer);
in HWTEST_F_L0()
86
vm->GetNativeAreaAllocator()->
FreeBuffer
(fromData);
in HWTEST_F_L0()
87
vm->GetNativeAreaAllocator()->
FreeBuffer
(toData);
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/shared_mm/
H
A
D
shared_mm.cpp
29
FreeBuffer
(const_cast<void *>(pointer));
in ~JSSharedMemoryManager()
73
FreeBuffer
(const_cast<void *>(pointer));
in DecreaseRefSharedMemory()
102
void JSSharedMemoryManager::
FreeBuffer
(void *mem)
in FreeBuffer()
function in panda::ecmascript::JSSharedMemoryManager
H
A
D
shared_mm.h
42
void
FreeBuffer
(void *mem);
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
work_space_chunk.cpp
42
allocator_->
FreeBuffer
(mem);
in Free()
49
allocator_->
FreeBuffer
(reinterpret_cast<void *>(iter->second));
in ReleaseMemory()
H
A
D
native_area_allocator.cpp
116
void NativeAreaAllocator::
FreeBuffer
(void *mem)
in FreeBuffer()
function in panda::ecmascript::NativeAreaAllocator
140
allocator->
FreeBuffer
(buffer);
in FreeBufferFunc()
H
A
D
native_area_allocator.h
50
void
FreeBuffer
(void *mem);
86
FreeBuffer
(ptr);
in Delete()
/arkcompiler/ets_runtime/ecmascript/intl/
H
A
D
global_intl_helper.h
146
reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->
FreeBuffer
(pointer);
in FreeCollatorFormat()
157
reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->
FreeBuffer
(pointer);
in FreeNumberFormat()
168
reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->
FreeBuffer
(pointer);
in FreeDateTimeFormat()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
js_pandafile_manager.h
108
static void
FreeBuffer
(void *mem);
122
static void
FreeBuffer
(void *mem);
H
A
D
js_pandafile_manager.cpp
648
void JSPandaFileManager::
FreeBuffer
(void *mem)
in FreeBuffer()
function in panda::ecmascript::JSPandaFileManager
650
JSPandaFileAllocator::
FreeBuffer
(mem);
in FreeBuffer()
653
void JSPandaFileManager::JSPandaFileAllocator::
FreeBuffer
(void *mem)
in FreeBuffer()
function in panda::ecmascript::JSPandaFileManager::JSPandaFileAllocator
H
A
D
js_pandafile.cpp
106
JSPandaFileManager::
FreeBuffer
(methodLiterals_);
in ~JSPandaFile()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_relative_time_format.h
85
reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->
FreeBuffer
(pointer);
in FreeIcuRTFFormatter()
H
A
D
js_plural_rules.cpp
40
reinterpret_cast<EcmaVM *>(hint)->GetNativeAreaAllocator()->
FreeBuffer
(pointer);
in FreeIcuNumberFormatter()
78
reinterpret_cast<EcmaVM *>(hint)->GetNativeAreaAllocator()->
FreeBuffer
(pointer);
in FreeIcuPluralRules()
H
A
D
js_date_time_format.cpp
132
reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->
FreeBuffer
(pointer);
in FreeIcuLocale()
173
reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->
FreeBuffer
(pointer);
in FreeSimpleDateFormat()
H
A
D
js_number_format.h
126
reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->
FreeBuffer
(icuNumberformat);
in FreeIcuNumberformat()
H
A
D
js_locale.h
192
reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->
FreeBuffer
(pointer);
/arkcompiler/ets_runtime/ecmascript/module/
H
A
D
js_module_deregister.cpp
48
allocator->
FreeBuffer
(pointer);
in FreeModuleRecord()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H
A
D
cocos_worker_test.js
[all...]
Completed in 45 milliseconds